X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/31a1439bfd6e24647f023281da65473047b69dfb..5410168c6ece740e0bd179d5a6fd45739f18ae32:/src/redis.c diff --git a/src/redis.c b/src/redis.c index 0e80b3e7..6a82f9a3 100644 --- a/src/redis.c +++ b/src/redis.c @@ -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.