]> 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:26:00 +0000 (14:26 +0200)
src/redis.c

index ec313fbf8a026385f74c3acb97b50aea116971f2..3b7af45648c7f550b32985a977658e9d069d6306 100644 (file)
@@ -1698,7 +1698,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.