From c97fb28e3ae0ae87631ff1c0395f71a80314c9b5 Mon Sep 17 00:00:00 2001 From: "Casper Ti. Vector" Date: Thu, 12 Apr 2012 14:03:52 +0800 Subject: [PATCH] Minor modifications in comment. --- src/cdm-xlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdm-xlaunch b/src/cdm-xlaunch index e4c4711..fceb830 100755 --- a/src/cdm-xlaunch +++ b/src/cdm-xlaunch @@ -77,7 +77,7 @@ fi # Conform to POSIX and do not use `>&' here. sh -i -c "(startx $* > /dev/null 2>&1 &)" -# If `wait' returns with a value >128, it was interrupted by the trap, so registration was sucessful. +# If wait(1) returns with a value >128, it was interrupted by kill(1), so registration was sucessful. if [[ -n "$clockpid" ]]; then if wait "$clockpid" >& /dev/null then