mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fixes a comment typo in sentinel.c (#8845)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user