diff options
author | Andrew Gallant <jamslam@gmail.com> | 2013-01-26 12:51:48 -0500 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-09-08 16:49:16 +0200 |
commit | 3658686aeea7acc61621782c7c1e6dad66517479 (patch) | |
tree | 84f7783325e817969649d5423960a6b4f123a978 /nexgb/xgbgen/request_reply.go | |
parent | e635de5e1d64d5d642c05ad24ebb207846022272 (diff) | |
download | haven-3658686aeea7acc61621782c7c1e6dad66517479.tar.gz haven-3658686aeea7acc61621782c7c1e6dad66517479.tar.xz haven-3658686aeea7acc61621782c7c1e6dad66517479.zip |
gofmt
Diffstat (limited to 'nexgb/xgbgen/request_reply.go')
-rw-r--r-- | nexgb/xgbgen/request_reply.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/xgbgen/request_reply.go b/nexgb/xgbgen/request_reply.go index 637266b..b8afe48 100644 --- a/nexgb/xgbgen/request_reply.go +++ b/nexgb/xgbgen/request_reply.go @@ -88,7 +88,7 @@ func (r *Request) Size(c *Context) Size { size := newFixedSize(0) // If this is a core protocol request, we squeeze in an extra byte of - // data (from the fields below) between the opcode and the size of the + // data (from the fields below) between the opcode and the size of the // request. In an extension request, this byte is always occupied // by the opcode of the request (while the first byte is always occupied // by the opcode of the extension). |