Fixes a comment typo in sentinel.c (#8845)

This commit is contained in:
bugwz 2021-04-24 19:19:25 +08:00 committed by GitHub
parent c4a5816ccd
commit e43dbd03f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5062,7 +5062,7 @@ void sentinelHandleDictOfRedisInstances(dict *instances) {
dictReleaseIterator(di);
}
/* This function checks if we need to enter the TITL mode.
/* This function checks if we need to enter the TILT mode.
*
* The TILT mode is entered if we detect that between two invocations of the
* timer interrupt, a negative amount of time, or too much time has passed.