Skip to content

Commit 0e5820d

Browse files
fengpfantirez
authored andcommitted
fix comments in latency.c
1 parent 916dd79 commit 0e5820d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ deps/lua/src/liblua.a
3232
*.dSYM
3333
Makefile.dep
3434
.vscode/*
35+
.idea/*

src/latency.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int THPGetAnonHugePagesSize(void) {
8585
/* ---------------------------- Latency API --------------------------------- */
8686

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

0 commit comments

Comments
 (0)