aboutsummaryrefslogtreecommitdiff
path: root/src/bytes
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2015-01-15 08:26:01 -0800
committerBrad Fitzpatrick <bradfitz@golang.org>2015-01-15 16:31:52 +0000
commitee3a1ff6fd11cd8fab3d3f416c85816af7bef4d1 (patch)
tree3bc5d4b6882a6014b86df2167c1c9e18123d6ce8 /src/bytes
parent25ece4ae4477ca03e2cdcb3c924cfd4fd7d7092b (diff)
downloadgo-ee3a1ff6fd11cd8fab3d3f416c85816af7bef4d1.tar.xz
all: update old comments referencing *.goc files
Change-Id: Ibf05e55ffe3bb454809cd3450b790e44061511c7 Reviewed-on: https://go-review.googlesource.com/2890 Reviewed-by: Alan Donovan <adonovan@google.com>
Diffstat (limited to 'src/bytes')
-rw-r--r--src/bytes/bytes_decl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytes/bytes_decl.go b/src/bytes/bytes_decl.go
index 617d7489a6..b453f21aa4 100644
--- a/src/bytes/bytes_decl.go
+++ b/src/bytes/bytes_decl.go
@@ -21,4 +21,4 @@ func Equal(a, b []byte) bool // ../runtime/asm_$GOARCH.s
// Compare returns an integer comparing two byte slices lexicographically.
// The result will be 0 if a==b, -1 if a < b, and +1 if a > b.
// A nil argument is equivalent to an empty slice.
-func Compare(a, b []byte) int // ../runtime/noasm_arm.goc or ../runtime/asm_{386,amd64}.s
+func Compare(a, b []byte) int // ../runtime/noasm.go or ../runtime/asm_{386,amd64}.s