Fix typos found by codespell
[openssl.git] / crypto / rc4 / asm / rc4-x86_64.pl
index 5a903f5739e123ad519e93c8cc132d7a1ca9990c..65752d19bf521d2d2d334a71b90f8670a9844f32 100755 (executable)
@@ -23,7 +23,7 @@
 # Presumably it has everything to do with AMD cache architecture and
 # RAW or whatever penalties. Once again! The module *requires* config
 # line *without* RC4_CHAR! As for coding "secret," I bet on partial
-# register arithmetics. For example instead of 'inc %r8; and $255,%r8'
+# register arithmetic. For example instead of 'inc %r8; and $255,%r8'
 # I simply 'inc %r8b'. Even though optimization manual discourages
 # to operate on partial registers, it turned out to be the best bet.
 # At least for AMD... How IA32E would perform remains to be seen...