Fix incorrect comment for checkForSentinelMode function

This commit is contained in:
Misha Nasledov 2016-06-16 16:50:53 -07:00
parent 9d450c4e7c
commit 42a2e12656

View File

@ -3825,7 +3825,7 @@ void setupSignalHandlers(void) {
void memtest(size_t megabytes, int passes);
/* Returns 1 if there is --sentinel among the arguments or if
* argv[0] is exactly "redis-sentinel". */
* argv[0] contains "redis-sentinel". */
int checkForSentinelMode(int argc, char **argv) {
int j;