summaryrefslogtreecommitdiffstats
path: root/crypto/kdf/sskdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kdf/sskdf.c')
-rw-r--r--crypto/kdf/sskdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/kdf/sskdf.c b/crypto/kdf/sskdf.c
index 31a1c1044e..62372a50ed 100644
--- a/crypto/kdf/sskdf.c
+++ b/crypto/kdf/sskdf.c
@@ -17,7 +17,7 @@
* Result(0) = empty bit string (i.e., the null string).
* For i = 1 to reps, do the following:
* Increment counter by 1.
- * Result(i) = Result(i – 1) || H(counter || Z || FixedInfo).
+ * Result(i) = Result(i - 1) || H(counter || Z || FixedInfo).
* DKM = LeftmostBits(Result(reps), L))
*
* NOTES: