Fix incorrect comment for checkForSentinelMode function

This commit is contained in:
Misha Nasledov 2016-06-16 16:50:53 -07:00
parent f7351f4c07
commit 7a5538d3a9

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;