We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c0d4b commit 0c837c4Copy full SHA for 0c837c4
arch/arm64/lib/strcmp.S
@@ -186,7 +186,7 @@ CPU_LE( rev data2, data2 )
186
* as carry-propagation can corrupt the upper bits if the trailing
187
* bytes in the string contain 0x01.
188
* 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
+ * the result directly. We cannot just subtract the bytes as the
190
* MSB might be significant.
191
*/
192
CPU_BE( cbnz has_nul, 1f )
0 commit comments