]> git.saurik.com Git - redis.git/commitdiff
Fixed comment typo into time_independent_strcmp().
authorantirez <antirez@gmail.com>
Thu, 21 Jun 2012 12:25:53 +0000 (14:25 +0200)
committerantirez <antirez@gmail.com>
Thu, 21 Jun 2012 12:25:53 +0000 (14:25 +0200)
src/redis.c

index 0e80b3e7232a87cbad73a1efaeee60c699929ba8..6a82f9a3af3f4f337ecde8d3fad48d5134271f66 100644 (file)
@@ -1742,7 +1742,7 @@ int prepareForShutdown(int flags) {
 
 /*================================== Commands =============================== */
 
-/* Return 0 if strings are the same, 1 if they are not.
+/* Return zero if strings are the same, non-zero if they are not.
  * The comparison is performed in a way that prevents an attacker to obtain
  * information about the nature of the strings just monitoring the execution
  * time of the function.