]> git.saurik.com Git - redis.git/commitdiff
typo in comment fixed
authorantirez <antirez@gmail.com>
Sat, 21 Jan 2012 22:34:06 +0000 (23:34 +0100)
committerantirez <antirez@gmail.com>
Sat, 21 Jan 2012 22:34:06 +0000 (23:34 +0100)
src/redis.c

index 7446e72e41113cf76571615f58e35b0715c16da4..17d7517f982cd0222d83ab6419dd72687ad4d82d 100644 (file)
@@ -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);