Skip to content

Commit 0c837c4

Browse files
hankecaictmarinas
authored andcommitted
arm64: fix spelling mistake "ca not" -> "cannot"
There is a spelling mistake in the comment, Fix it. Signed-off-by: hankecai <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
1 parent f0c0d4b commit 0c837c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/lib/strcmp.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ CPU_LE( rev data2, data2 )
186186
* as carry-propagation can corrupt the upper bits if the trailing
187187
* bytes in the string contain 0x01.
188188
* However, if there is no NUL byte in the dword, we can generate
189-
* the result directly. We ca not just subtract the bytes as the
189+
* the result directly. We cannot just subtract the bytes as the
190190
* MSB might be significant.
191191
*/
192192
CPU_BE( cbnz has_nul, 1f )

0 commit comments

Comments
 (0)