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/expression.go | |
parent | e635de5e1d64d5d642c05ad24ebb207846022272 (diff) | |
download | haven-3658686aeea7acc61621782c7c1e6dad66517479.tar.gz haven-3658686aeea7acc61621782c7c1e6dad66517479.tar.xz haven-3658686aeea7acc61621782c7c1e6dad66517479.zip |
gofmt
Diffstat (limited to 'nexgb/xgbgen/expression.go')
-rw-r--r-- | nexgb/xgbgen/expression.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/xgbgen/expression.go b/nexgb/xgbgen/expression.go index 2047b5f..f88232c 100644 --- a/nexgb/xgbgen/expression.go +++ b/nexgb/xgbgen/expression.go @@ -322,7 +322,7 @@ func (e *FieldRef) Initialize(p *Protocol) { } // EnumRef represents a reference to some enumeration field. -// EnumKind is the "group" an EnumItem is the name of the specific enumeration +// EnumKind is the "group" an EnumItem is the name of the specific enumeration // value inside that group. type EnumRef struct { EnumKind Type |