summaryrefslogtreecommitdiffstats
path: root/nserver/src/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'nserver/src/protocol.c')
-rw-r--r--nserver/src/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nserver/src/protocol.c b/nserver/src/protocol.c
index bb23b92..c771e4e 100644
--- a/nserver/src/protocol.c
+++ b/nserver/src/protocol.c
@@ -91,7 +91,7 @@ double ssmean(char *key)
// 1. create bstring from 'key'.
bstring k = bfromcstr(key);
- // 2. try to Stats for key.
+ // 2. try to get Stats for key.
Stats *st = (Stats *) Hashmap_get(hash, k);
check(st != NULL, "stats not found for key");