diff options
| author | Brad Fitzpatrick <bradfitz@golang.org> | 2015-01-15 08:26:01 -0800 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2015-01-15 16:31:52 +0000 |
| commit | ee3a1ff6fd11cd8fab3d3f416c85816af7bef4d1 (patch) | |
| tree | 3bc5d4b6882a6014b86df2167c1c9e18123d6ce8 /src/bytes/bytes_decl.go | |
| parent | 25ece4ae4477ca03e2cdcb3c924cfd4fd7d7092b (diff) | |
| download | go-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/bytes_decl.go')
| -rw-r--r-- | src/bytes/bytes_decl.go | 2 |
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 |
