mirror of https://mirror.osredm.com/root/redis.git
fix grammar issue in a comment (#10269)
Fixed some syntax errors in the comments
This commit is contained in:
parent
aa9beaca77
commit
051cc3d2e6
|
@ -1273,7 +1273,7 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
|
|||
}
|
||||
}
|
||||
/* Just for the sake of defensive programming, to avoid forgetting to
|
||||
* call this function when need. */
|
||||
* call this function when needed. */
|
||||
updateDictResizePolicy();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue