Remove debugging statement.
[oweals/busybox.git] / dutmp.c
diff --git a/dutmp.c b/dutmp.c
index 5732539d23f9e6b7c0c19065dcb61d37b8279476..df7f64d30dfaaff27a573443263d7a57e5b618c5 100644 (file)
--- a/dutmp.c
+++ b/dutmp.c
@@ -49,7 +49,7 @@ extern int dutmp_main(int argc, char **argv)
                                (long)ut.ut_addr);
        }
 #else
-       /* Glibc, uClibc, etc */
+       /* Glibc, uClibc, etc. */
        while (read(file, (void*)&ut, sizeof(struct utmp))) {
                printf("%d|%d|%s|%s|%s|%s|%d|%d|%ld|%ld|%ld|%x\n",
                ut.ut_type, ut.ut_pid, ut.ut_line,