summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
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.