Commit 06c5523a authored by antirez's avatar antirez
Browse files

typo in comment fixed

parent a48c8d87
...@@ -1959,7 +1959,7 @@ int main(int argc, char **argv) { ...@@ -1959,7 +1959,7 @@ int main(int argc, char **argv) {
long long start; long long start;
struct timeval tv; 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(); zmalloc_enable_thread_safeness();
srand(time(NULL)^getpid()); srand(time(NULL)^getpid());
gettimeofday(&tv,NULL); gettimeofday(&tv,NULL);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment