Fix typo in comment Change-Id: Ia1878a70177c3da2489bb53bdaafc601e3cd6e1e Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/88187 Auto-Submit: David Benjamin <davidben@google.com> Commit-Queue: Xiangfei Ding <xfding@google.com> Reviewed-by: Xiangfei Ding <xfding@google.com>
diff --git a/crypto/fipsmodule/aes/asm/aesv8-gcm-armv8.pl b/crypto/fipsmodule/aes/asm/aesv8-gcm-armv8.pl index 23084e6..046c43c 100644 --- a/crypto/fipsmodule/aes/asm/aesv8-gcm-armv8.pl +++ b/crypto/fipsmodule/aes/asm/aesv8-gcm-armv8.pl
@@ -245,8 +245,8 @@ open OUT, "|-", $^X, $xlate, $flavour, $output; *STDOUT=*OUT; -# Converts an EOR3 pseudo-instruction into the corresponding into either the -# raw EOR3 encoding or into two EOR2 instructions. +# Converts an EOR3 pseudo-instruction into either the raw EOR3 encoding or into +# two EOR2 instructions. sub process_eor3_match { my ($vd_str, $vn_str, $vm_str, $va_str, $is_eor3) = @_;