summaryrefslogtreecommitdiffstats
path: root/hwclock/hwclock.c
diff options
context:
space:
mode:
authorKarel Zak2011-07-28 13:24:26 +0200
committerKarel Zak2011-07-28 13:24:26 +0200
commit842f917664389931d00585dfb176ad84bc35d894 (patch)
tree3d8e0ce1bd011a172b97f4d4c54c98c0bb1a4cbc /hwclock/hwclock.c
parentbuild-sys: fix 'make checkincludes' warnings (diff)
downloadkernel-qcow2-util-linux-842f917664389931d00585dfb176ad84bc35d894.tar.gz
kernel-qcow2-util-linux-842f917664389931d00585dfb176ad84bc35d894.tar.xz
kernel-qcow2-util-linux-842f917664389931d00585dfb176ad84bc35d894.zip
hwclock: tiny change in comment
... to keep 'make checkconfig' happy. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'hwclock/hwclock.c')
-rw-r--r--hwclock/hwclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwclock/hwclock.c b/hwclock/hwclock.c
index f6ae8f0a2..021e5ac38 100644
--- a/hwclock/hwclock.c
+++ b/hwclock/hwclock.c
@@ -1753,7 +1753,7 @@ int main(int argc, char **argv)
#ifdef HAVE_LIBAUDIT
/*
* hwclock_exit calls either this function or plain exit depending
- * HAVE_LIBAUDIT, see also clock.h
+ * HAVE_LIBAUDIT see also clock.h
*/
void __attribute__((__noreturn__)) hwaudit_exit(int status)
{