| author | Gyu-Ho Lee
            <gyuhox@gmail.com> 2016-06-21 20:48:10 UTC | 
| committer | Mikio Hara
            <mikioh.mikioh@gmail.com> 2016-06-21 21:56:08 UTC | 
| parent | 7c71ca708c71bcbd0e6c856b01468ee07fe24557 | 
| http2/frame.go | +1 | -1 | 
diff --git a/http2/frame.go b/http2/frame.go index 88067dc..981d407 100644 --- a/http2/frame.go +++ b/http2/frame.go @@ -454,7 +454,7 @@ func terminalReadFrameError(err error) bool { // // If the frame is larger than previously set with SetMaxReadFrameSize, the // returned error is ErrFrameTooLarge. Other errors may be of type -// ConnectionError, StreamError, or anything else from from the underlying +// ConnectionError, StreamError, or anything else from the underlying // reader. func (fr *Framer) ReadFrame() (Frame, error) { fr.errDetail = nil