diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-23 20:32:09 +0000 |
commit | 77d9268892b0d9624ab95bb551cbfe7a745d2666 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /miscutils | |
parent | bdd4eced8475919c9768c5aa1396e674397c63fd (diff) |
Patch from larry to fix some grammar errors.
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/dutmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c index 5732539d2..df7f64d30 100644 --- a/miscutils/dutmp.c +++ b/miscutils/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, |