From f0526a9ad0adfff8fac56d925c47a9f875d7bec3 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Tue, 14 Mar 2023 15:00:29 +0800 Subject: [PATCH] fix grammar issue in comment Signed-off-by: Jerry Yu --- library/aesce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/aesce.c b/library/aesce.c index 5833a5dd17..653e28b29b 100644 --- a/library/aesce.c +++ b/library/aesce.c @@ -310,7 +310,7 @@ static inline uint8x16_t pmull_high(uint8x16_t a, uint8x16_t b) vreinterpretq_p64_u8(b))); } -/* GHASH do 128b polynomial multiplication on block on GF(2^128) defined by +/* GHASH does 128b polynomial multiplication on block in GF(2^128) defined by * `x^128 + x^7 + x^2 + x + 1`. * * Arm64 only has 64b->128b polynomial multipliers, we need to do 4 64b