Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
e43dbd03
Unverified
Commit
e43dbd03
authored
Apr 24, 2021
by
bugwz
Committed by
GitHub
Apr 24, 2021
Browse files
Fixes a comment typo in sentinel.c (#8845)
parent
c4a5816c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/sentinel.c
View file @
e43dbd03
...
@@ -5062,7 +5062,7 @@ void sentinelHandleDictOfRedisInstances(dict *instances) {
...
@@ -5062,7 +5062,7 @@ void sentinelHandleDictOfRedisInstances(dict *instances) {
dictReleaseIterator(di);
dictReleaseIterator(di);
}
}
/* This function checks if we need to enter the TI
T
L mode.
/* This function checks if we need to enter the TIL
T
mode.
*
*
* The TILT mode is entered if we detect that between two invocations of the
* 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.
* timer interrupt, a negative amount of time, or too much time has passed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment