summaryrefslogtreecommitdiff
path: root/linux-arm/crypto/fipsmodule/ghashv8-armx32.S
diff options
context:
space:
mode:
Diffstat (limited to 'linux-arm/crypto/fipsmodule/ghashv8-armx32.S')
-rw-r--r--linux-arm/crypto/fipsmodule/ghashv8-armx32.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-arm/crypto/fipsmodule/ghashv8-armx32.S b/linux-arm/crypto/fipsmodule/ghashv8-armx32.S
index e83a9c73..94377c53 100644
--- a/linux-arm/crypto/fipsmodule/ghashv8-armx32.S
+++ b/linux-arm/crypto/fipsmodule/ghashv8-armx32.S
@@ -109,13 +109,13 @@ gcm_ghash_v8:
@ loaded value would have
@ to be rotated in order to
@ make it appear as in
- @ alorithm specification
+ @ algorithm specification
subs r3,r3,#32 @ see if r3 is 32 or larger
mov r12,#16 @ r12 is used as post-
@ increment for input pointer;
@ as loop is modulo-scheduled
@ r12 is zeroed just in time
- @ to preclude oversteping
+ @ to preclude overstepping
@ inp[len], which means that
@ last block[s] are actually
@ loaded twice, but last