From 0e3e24399716ce4e984a6ec5fcadcd0d50cf15f4 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 28 May 2013 22:17:50 -0400 Subject: [PATCH] Fixed syntax error in comment --- src/hvclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hvclock.c b/src/hvclock.c index a71ba58..c527357 100644 --- a/src/hvclock.c +++ b/src/hvclock.c @@ -169,7 +169,7 @@ main( int argc, char *argv[] ) InitDockAppWindow( argc, argv, hvclock_xpm, hvclock_infos.display_arg, hvclock_infos.geometry_arg ); - /* Starting thread for periodically checking for new mail. */ + /* Starting thread for periodically updating the clock. */ status = pthread_create( &timer_thread, NULL, TimerThread, NULL ); if( status != 0 ) { fprintf( stderr, "%s: Thread creation failed (%d)\n", PACKAGE, status ); -- 2.20.1