diff options
Diffstat (limited to 'test/fixedbugs/bug476.go')
-rw-r--r-- | test/fixedbugs/bug476.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug476.go b/test/fixedbugs/bug476.go index 4ea217404..563fd9156 100644 --- a/test/fixedbugs/bug476.go +++ b/test/fixedbugs/bug476.go @@ -5,7 +5,7 @@ // license that can be found in the LICENSE file. // Logical operation on named boolean type returns the same type, -// supporting an implicit convertion to an interface type. This used +// supporting an implicit conversion to an interface type. This used // to crash gccgo. package p |