summaryrefslogtreecommitdiff
path: root/arch/arm64/lib/strcmp.S
diff options
context:
space:
mode:
author韩科才 <hankecai@vivo.com>2020-03-15 12:01:19 +0800
committerCatalin Marinas <catalin.marinas@arm.com>2020-03-17 18:22:40 +0000
commit0c837c4f73d1a31f47e80ebc50bcf23668d895c4 (patch)
tree54f1491bbb47bbdfbb6dfdb0d85d71407779f3a9 /arch/arm64/lib/strcmp.S
parentf0c0d4b74d59809568f560001c8f88e8211334a4 (diff)
arm64: fix spelling mistake "ca not" -> "cannot"
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>
Diffstat (limited to 'arch/arm64/lib/strcmp.S')
-rw-r--r--arch/arm64/lib/strcmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/lib/strcmp.S b/arch/arm64/lib/strcmp.S
index 4767540d1b94..4e79566726c8 100644
--- a/arch/arm64/lib/strcmp.S
+++ b/arch/arm64/lib/strcmp.S
@@ -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 )