From 06c5523a88ec0f76ff932de5240c8d3ad3b1cc19 Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 21 Jan 2012 23:34:06 +0100 Subject: [PATCH] typo in comment fixed --- src/redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis.c b/src/redis.c index 7446e72e..17d7517f 100644 --- a/src/redis.c +++ b/src/redis.c @@ -1959,7 +1959,7 @@ int main(int argc, char **argv) { long long start; struct timeval tv; - /* We need to initialize our libraries, and the server. */ + /* We need to initialize our libraries, and the server configuration. */ zmalloc_enable_thread_safeness(); srand(time(NULL)^getpid()); gettimeofday(&tv,NULL); -- GitLab