diff options
Diffstat (limited to 'libgo/go/internal/xcoff/file.go')
-rw-r--r-- | libgo/go/internal/xcoff/file.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/internal/xcoff/file.go b/libgo/go/internal/xcoff/file.go index 0923b9f..66b5391 100644 --- a/libgo/go/internal/xcoff/file.go +++ b/libgo/go/internal/xcoff/file.go @@ -334,8 +334,8 @@ func NewFile(r io.ReaderAt) (*File, error) { // If this symbol is a function, it must retrieve its size from // its AUX_FCN entry. - // It can happend that a function symbol doesn't have any AUX_FCN. - // In this case, needAuxFcn is false and their size will be set to 0 + // It can happen that a function symbol doesn't have any AUX_FCN. + // In this case, needAuxFcn is false and their size will be set to 0. if needAuxFcn { switch f.TargetMachine { case U802TOCMAGIC: |