From b3f28b90d29f28458d4cb00382ff988a98750d05 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 21 Jun 2012 14:25:53 +0200 Subject: [PATCH 1/1] Fixed comment typo into time_independent_strcmp(). --- src/redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis.c b/src/redis.c index ec313fbf..3b7af456 100644 --- a/src/redis.c +++ b/src/redis.c @@ -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. -- 2.45.2