summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-09-26 17:41:08 +0200
committerantirez <antirez@gmail.com>2018-09-26 17:41:08 +0200
commit6c3bfb00fc17ac1a1c3ba75d2945f8d189415c8f (patch)
treedde77ec2477cf0167f6087af3014021a1515a74a
parentbec4bfaa0b4bb63336ebbbbf893e3f9db0000423 (diff)
downloadredis-6c3bfb00fc17ac1a1c3ba75d2945f8d189415c8f.tar.gz
Modules: fix top comment of hellotimer.c
-rw-r--r--src/modules/hellotimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/hellotimer.c b/src/modules/hellotimer.c
index 6c3e1d7f4..a2e53405f 100644
--- a/src/modules/hellotimer.c
+++ b/src/modules/hellotimer.c
@@ -1,4 +1,4 @@
-/* Helloworld cluster -- A ping/pong cluster API example.
+/* Timer API example -- Register and handle timer events
*
* -----------------------------------------------------------------------------
*