From: 韩科才 Date: Sun, 15 Mar 2020 04:01:19 +0000 (+0800) Subject: arm64: fix spelling mistake "ca not" -> "cannot" X-Git-Tag: v5.7-rc1~166^2~4^6~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c837c4f73d1a31f47e80ebc50bcf23668d895c4;p=thirdparty%2Fkernel%2Flinux.git arm64: fix spelling mistake "ca not" -> "cannot" There is a spelling mistake in the comment, Fix it. Signed-off-by: hankecai Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/lib/strcmp.S b/arch/arm64/lib/strcmp.S index 4767540d1b94e..4e79566726c87 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 )