]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fixup! More style fixes for the curve448 code
authorMatt Caswell <matt@openssl.org>
Fri, 16 Feb 2018 21:39:03 +0000 (21:39 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:31 +0000 (12:59 +0000)
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)

crypto/ec/curve448/point_448.h

index 219d9f764108d5c465ca1c023b1c107db3ea0911..0ef3b8714e26334ba8e2f0c0af6bd0f0bbb50482 100644 (file)
@@ -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.