summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-02-16 21:39:03 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:31 +0000
commita4e6dd819a1c395fb8e884c5a8f29ed0551ec13e (patch)
treec76429b9a9589c48c1be1fb3e29910aaf7e5679d /crypto
parent18985129eb57d0bc162d376a5c0a160c22351999 (diff)
fixup! More style fixes for the curve448 code
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ec/curve448/point_448.h2
1 files changed, 1 insertions, 1 deletions
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.