]> Cypherpunks repositories - gostls13.git/commit
runtime: use Go function signatures for memclr and memmove comments
authorMichael Munday <mike.munday@ibm.com>
Mon, 21 May 2018 10:22:00 +0000 (11:22 +0100)
committerMichael Munday <mike.munday@ibm.com>
Mon, 21 May 2018 13:18:16 +0000 (13:18 +0000)
commitf2cde55cd60993e948dada9187d25211ec150a5e
tree8813b3f36f5d77e7931068fec72ce2077484663f
parent5654114d04291be151ff1b1dda09d5b96e0601fa
runtime: use Go function signatures for memclr and memmove comments

The function signatures in the comments used a C-like style. Using
Go function signatures is cleaner.

Change-Id: I1a093ed8fe5df59f3697c613cf3fce58bba4f5c1
Reviewed-on: https://go-review.googlesource.com/113876
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
24 files changed:
src/runtime/memclr_386.s
src/runtime/memclr_amd64.s
src/runtime/memclr_amd64p32.s
src/runtime/memclr_arm.s
src/runtime/memclr_arm64.s
src/runtime/memclr_mips64x.s
src/runtime/memclr_mipsx.s
src/runtime/memclr_plan9_386.s
src/runtime/memclr_plan9_amd64.s
src/runtime/memclr_ppc64x.s
src/runtime/memclr_s390x.s
src/runtime/memclr_wasm.s
src/runtime/memmove_386.s
src/runtime/memmove_amd64.s
src/runtime/memmove_amd64p32.s
src/runtime/memmove_arm.s
src/runtime/memmove_arm64.s
src/runtime/memmove_mips64x.s
src/runtime/memmove_mipsx.s
src/runtime/memmove_plan9_386.s
src/runtime/memmove_plan9_amd64.s
src/runtime/memmove_ppc64x.s
src/runtime/memmove_s390x.s
src/runtime/memmove_wasm.s