diff options
| author | Andrew Gallant <[email protected]> | 2013-01-26 12:51:48 -0500 |
|---|---|---|
| committer | Andrew Gallant <[email protected]> | 2013-01-26 12:51:48 -0500 |
| commit | 7043a79bf5cdf6f52a6dc4a05be364da10593ad4 (patch) | |
| tree | d4013315844c1c91adffaca5636bde134f5a2eb8 /xgbgen/field.go | |
| parent | 0faa267d653d815a370a50be59480a3801bc440f (diff) | |
gofmt
Diffstat (limited to 'xgbgen/field.go')
| -rw-r--r-- | xgbgen/field.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xgbgen/field.go b/xgbgen/field.go index 78475f8..16760d4 100644 --- a/xgbgen/field.go +++ b/xgbgen/field.go @@ -138,7 +138,7 @@ func (f *ListField) Length() Size { // Size computes the *size* of a list (in bytes). // It it typically a simple matter of multiplying the length of the list by // the size of the type of the list. -// But if it's a list of struct where the struct has a list field, we use a +// But if it's a list of struct where the struct has a list field, we use a // special function written in go_struct.go to compute the size (since the // size in this case can only be computed recursively). func (f *ListField) Size() Size { |
