diff options
Diffstat (limited to 'src/pkg/runtime/softfloat64.go')
-rw-r--r-- | src/pkg/runtime/softfloat64.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/softfloat64.go b/src/pkg/runtime/softfloat64.go index e0c3b7b73..4fcf8f269 100644 --- a/src/pkg/runtime/softfloat64.go +++ b/src/pkg/runtime/softfloat64.go @@ -4,7 +4,7 @@ // Software IEEE754 64-bit floating point. // Only referred to (and thus linked in) by arm port -// and by gotest in this directory. +// and by tests in this directory. package runtime |