summaryrefslogtreecommitdiff
path: root/xgbgen/request_reply.go
diff options
context:
space:
mode:
authorAndrew Gallant <[email protected]>2013-01-26 12:51:48 -0500
committerAndrew Gallant <[email protected]>2013-01-26 12:51:48 -0500
commit7043a79bf5cdf6f52a6dc4a05be364da10593ad4 (patch)
treed4013315844c1c91adffaca5636bde134f5a2eb8 /xgbgen/request_reply.go
parent0faa267d653d815a370a50be59480a3801bc440f (diff)
gofmt
Diffstat (limited to 'xgbgen/request_reply.go')
-rw-r--r--xgbgen/request_reply.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgbgen/request_reply.go b/xgbgen/request_reply.go
index 637266b..b8afe48 100644
--- a/xgbgen/request_reply.go
+++ b/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).