From: Matt Caswell Date: Fri, 16 Feb 2018 21:39:03 +0000 (+0000) Subject: fixup! More style fixes for the curve448 code X-Git-Tag: OpenSSL_1_1_1-pre2~58 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=a4e6dd819a1c395fb8e884c5a8f29ed0551ec13e fixup! More style fixes for the curve448 code Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- diff --git a/crypto/ec/curve448/point_448.h b/crypto/ec/curve448/point_448.h index 219d9f7641..0ef3b8714e 100644 --- a/crypto/ec/curve448/point_448.h +++ b/crypto/ec/curve448/point_448.h @@ -152,7 +152,7 @@ void curve448_scalar_mul(curve448_scalar_t out, void curve448_scalar_halve(curve448_scalar_t out, const curve448_scalar_t a); /* - * Copy a scalar. The scalars may use the same memory, in which case this + * Copy a scalar. The scalars may alias each other, in which case this * function does nothing. * * a (in): A scalar.