From 6c3bfb00fc17ac1a1c3ba75d2945f8d189415c8f Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 26 Sep 2018 17:41:08 +0200 Subject: [PATCH] Modules: fix top comment of hellotimer.c --- src/modules/hellotimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hellotimer.c b/src/modules/hellotimer.c index 6c3e1d7f..a2e53405 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 * * ----------------------------------------------------------------------------- *