Commit 0c837c4f authored by 韩科才's avatar 韩科才 Committed by Catalin Marinas

arm64: fix spelling mistake "ca not" -> "cannot"

There is a spelling mistake in the comment, Fix it.
Signed-off-by: default avatarhankecai <hankecai@bbktel.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent f0c0d4b7
...@@ -186,7 +186,7 @@ CPU_LE( rev data2, data2 ) ...@@ -186,7 +186,7 @@ CPU_LE( rev data2, data2 )
* as carry-propagation can corrupt the upper bits if the trailing * as carry-propagation can corrupt the upper bits if the trailing
* bytes in the string contain 0x01. * bytes in the string contain 0x01.
* However, if there is no NUL byte in the dword, we can generate * 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. * MSB might be significant.
*/ */
CPU_BE( cbnz has_nul, 1f ) CPU_BE( cbnz has_nul, 1f )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment