]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typos
authorJes Cok <xigua67damn@gmail.com>
Fri, 9 Jun 2023 11:41:39 +0000 (11:41 +0000)
committerGopher Robot <gobot@golang.org>
Sat, 10 Jun 2023 16:03:33 +0000 (16:03 +0000)
Change-Id: If13f4d4bc545f78e3eb8c23cf2e63f0eb273d71f
GitHub-Last-Rev: 32ca70f52a5c3dd66f18535c5e595e66afb3903c
GitHub-Pull-Request: golang/go#60703
Reviewed-on: https://go-review.googlesource.com/c/go/+/502055
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>

src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/asm_loong64.s
src/runtime/asm_mips64x.s
src/runtime/asm_mipsx.s
src/runtime/asm_ppc64x.s
src/runtime/asm_riscv64.s
src/runtime/asm_s390x.s

index 5fd0ab9817c03cf37b08df6244edf696922770a2..71b01e7c7547d6baaaf6fc065be33b42aa6d8c10 100644 (file)
@@ -802,8 +802,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOVL    savedm-4(SP), DX
        CMPL    DX, $0
        JNE     droppedm
index 4ba2333f559f4bf611cf2940e1f0ff2a6665becc..9befd6fb3824ef5b13620614f9b878cc9f1fa4dc 100644 (file)
@@ -1065,8 +1065,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOVQ    savedm-8(SP), BX
        CMPQ    BX, $0
        JNE     done
index cd692e51a38bbc61ba488298bff7d6e9e23380b7..f2be89586d24b21ff18862ed73055626bb885b87 100644 (file)
@@ -740,8 +740,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOVW    savedm-4(SP), R6
        CMP     $0, R6
        B.NE    done
index bd736ca8d22d77aece41aa5cd3e65159e7cf650c..4822594cb3fdb0fe6a3aa304d934384646ac328f 100644 (file)
@@ -1127,8 +1127,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOVD    savedm-8(SP), R6
        CBNZ    R6, droppedm
 
index b93ad3316d29969ff33ccf67376929cbdeabc1cc..aa1603da1a5c5dabddecd5ecb0a7fe6373bb7176 100644 (file)
@@ -566,8 +566,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOVV    savedm-8(SP), R12
        BNE     R12, droppedm
 
index 1da90f77776c1d56c8794b33b3f198524d21a9cc..582aec8c381679d63d086f3f6c2e05b21e031687 100644 (file)
@@ -574,8 +574,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOVV    savedm-8(SP), R3
        BNE     R3, droppedm
 
index 49f96044c4f6fb274a0967eb3bc44330145564d8..5cfb7de64f006f9ddd104d510da0b4e76888441a 100644 (file)
@@ -564,8 +564,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOVW    savedm-4(SP), R3
        BNE     R3, droppedm
 
index c7e32b7723461af79d7607c1ea2fc6e7b3e86edc..40f51c68f019ce4f614eb7f4e82a747e3692329d 100644 (file)
@@ -740,8 +740,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOVD    savedm-8(SP), R6
        CMP     R6, $0
        BNE     droppedm
index 0a34a591fd4fc71c94da4d37df55bbc7cf6d6369..805d09f67c63b69211690d9f373a1747bcfe5092 100644 (file)
@@ -624,8 +624,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOV     savedm-8(SP), X5
        BNE     ZERO, X5, droppedm
 
index 4c4a42e00a54a8b32b779e713cdd28c3719b2497..17cfd439b219e1be4993fb4d6ef121dfc3f439e7 100644 (file)
@@ -669,8 +669,8 @@ havem:
        // 2. or the duration of the C thread alive on pthread platforms.
        // If the m on entry wasn't nil,
        // 1. the thread might be a Go thread,
-       // 2. or it's wasn't the first call from a C thread on pthread platforms,
-       //    since the we skip dropm to resue the m in the first call.
+       // 2. or it wasn't the first call from a C thread on pthread platforms,
+       //    since then we skip dropm to resue the m in the first call.
        MOVD    savedm-8(SP), R6
        CMPBNE  R6, $0, droppedm