summaryrefslogtreecommitdiff
path: root/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
diff options
context:
space:
mode:
Diffstat (limited to 'linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S')
-rw-r--r--linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S b/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
index bc599468..fd0d153c 100644
--- a/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
+++ b/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
@@ -106,13 +106,13 @@ gcm_ghash_v8:
//loaded value would have
//to be rotated in order to
//make it appear as in
- //alorithm specification
+ //algorithm specification
subs x3,x3,#32 //see if x3 is 32 or larger
mov x12,#16 //x12 is used as post-
//increment for input pointer;
//as loop is modulo-scheduled
//x12 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