]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
comment fix from pastly
authorNick Mathewson <nickm@torproject.org>
Wed, 11 Jan 2017 20:12:59 +0000 (15:12 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 11 Jan 2017 20:12:59 +0000 (15:12 -0500)
src/common/crypto_curve25519.c

index fcbee3aba26a9a26065a9e6a8feae1fc8f34c84a..5f328e124c9812cae91c51c532d5dcad4be8b2c8 100644 (file)
@@ -80,7 +80,7 @@ curve25519_impl(uint8_t *output, const uint8_t *secret,
 /**
  * Helper function: Multiply the scalar "secret" by the Curve25519
  * basepoint (X=9), and store the result in "output".  Return 0 on
- * success, -1 on false.
+ * success, -1 on failure.
  */
 STATIC int
 curve25519_basepoint_impl(uint8_t *output, const uint8_t *secret)