From ee3a1ff6fd11cd8fab3d3f416c85816af7bef4d1 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 15 Jan 2015 08:26:01 -0800 Subject: all: update old comments referencing *.goc files Change-Id: Ibf05e55ffe3bb454809cd3450b790e44061511c7 Reviewed-on: https://go-review.googlesource.com/2890 Reviewed-by: Alan Donovan --- src/bytes/bytes_decl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytes/bytes_decl.go') 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 -- cgit v1.3