X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/a48c8d873bc2a49f66ab398ebed51dc45764ca17..b362c111daa0939f86123cb6fb82fbb389cffc7b:/src/redis.c 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);