fix grammar issue in a comment (#10269)

Fixed some syntax errors in the comments
This commit is contained in:
mowenliunian 2022-02-09 13:32:40 +08:00 committed by GitHub
parent aa9beaca77
commit 051cc3d2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();