Skip to content

Commit

Permalink
arm64: fix spelling mistake "ca not" -> "cannot"
Browse files Browse the repository at this point in the history
There is a spelling mistake in the comment, Fix it.

Signed-off-by: hankecai <hankecai@bbktel.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
韩科才 authored and Catalin Marinas committed Mar 17, 2020
1 parent f0c0d4b commit 0c837c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/lib/strcmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ CPU_LE( rev data2, data2 )
* as carry-propagation can corrupt the upper bits if the trailing
* bytes in the string contain 0x01.
* However, if there is no NUL byte in the dword, we can generate
* the result directly. We ca not just subtract the bytes as the
* the result directly. We cannot just subtract the bytes as the
* MSB might be significant.
*/
CPU_BE( cbnz has_nul, 1f )
Expand Down

0 comments on commit 0c837c4

Please sign in to comment.