From: Hugo Villeneuve Date: Wed, 29 May 2013 02:17:50 +0000 (-0400) Subject: Fixed syntax error in comment X-Git-Tag: hvclock-1.0.0~3 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=0e3e24399716ce4e984a6ec5fcadcd0d50cf15f4;p=dockapps%2Fhvclock.git Fixed syntax error in comment --- 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 );