]> git.saurik.com Git - redis.git/blobdiff - src/redis.c
Fixed comment typo into time_independent_strcmp().
[redis.git] / 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.