diff --git a/src/redis.c b/src/redis.c index 175825cd729bea8aef795df9d5dec813adbaad91..b6421f8259deaa4b411220b4c782b9c3eb1af720 100644 --- a/src/redis.c +++ b/src/redis.c @@ -2735,7 +2735,7 @@ int main(int argc, char **argv) { redisAsciiArt(); if (!server.sentinel_mode) { - /* Things only needed when not running in Sentinel mode. */ + /* Things not needed when running in Sentinel mode. */ redisLog(REDIS_WARNING,"Server started, Redis version " REDIS_VERSION); #ifdef __linux__ linuxOvercommitMemoryWarning();