Merge pull request #6980 from fengpf/fix_latency_comments

fix comments in latency.c
This commit is contained in:
Salvatore Sanfilippo
2020-03-13 12:26:18 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,7 @@ int THPGetAnonHugePagesSize(void) {
/* ---------------------------- Latency API --------------------------------- */
/* Latency monitor initialization. We just need to create the dictionary
* of time series, each time serie is craeted on demand in order to avoid
* of time series, each time serie is created on demand in order to avoid
* having a fixed list to maintain. */
void latencyMonitorInit(void) {
server.latency_events = dictCreate(&latencyTimeSeriesDictType,NULL);