Skip to content

Commit 4dad4ab

Browse files
mattnianlancetaylor
authored andcommitted
runtime: fix typo in comment
GitHub-Last-Rev: d6a6fa3 GitHub-Pull-Request: #23809 Change-Id: Ife18ba2f982b5e1c30bda32d13dcd441778b986a Reviewed-on: https://go-review.googlesource.com/93575 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 816154b commit 4dad4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/internal/atomic/atomic_mipsx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func spinUnlock(state *uint32)
2525

2626
//go:nosplit
2727
func lockAndCheck(addr *uint64) {
28-
// ensure 8-byte alignement
28+
// ensure 8-byte alignment
2929
if uintptr(unsafe.Pointer(addr))&7 != 0 {
3030
addr = nil
3131
}

0 commit comments

Comments
 (0)