1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-31 22:42:57 -07:00

Fix misleading comment

This commit is contained in:
Frank Denis 2017-10-21 21:27:12 +02:00
parent 415691dcea
commit 3e6e734605

View File

@ -439,8 +439,8 @@ fe_isnegative(const fe f)
} }
/* /*
return 1 if f == 0 return -1 if f == 0
return 0 if f != 0 return 0 if f != 0
* *
Preconditions: Preconditions:
|f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc. |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc.