summaryrefslogtreecommitdiffstats
path: root/hwclock/clock-ppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hwclock/clock-ppc.c')
-rw-r--r--hwclock/clock-ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwclock/clock-ppc.c b/hwclock/clock-ppc.c
index 6d8969adb..b73d0ad8b 100644
--- a/hwclock/clock-ppc.c
+++ b/hwclock/clock-ppc.c
@@ -241,7 +241,7 @@ main (int argc, char **argv )
/* If we are in MkLinux do not even bother trying to set the clock */
if(!access("/proc/osfmach3/version", R_OK))
- { // We're running MkLinux
+ { /* We're running MkLinux */
if ( readit | writeit | setit | adjustit )
printf("You must change the clock setting in MacOS.\n");
exit(0);