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) | |
download | busybox-w32-77d9268892b0d9624ab95bb551cbfe7a745d2666.tar.gz busybox-w32-77d9268892b0d9624ab95bb551cbfe7a745d2666.tar.bz2 busybox-w32-77d9268892b0d9624ab95bb551cbfe7a745d2666.zip |
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) | |||
49 | (long)ut.ut_addr); | 49 | (long)ut.ut_addr); |
50 | } | 50 | } |
51 | #else | 51 | #else |
52 | /* Glibc, uClibc, etc */ | 52 | /* Glibc, uClibc, etc. */ |
53 | while (read(file, (void*)&ut, sizeof(struct utmp))) { | 53 | while (read(file, (void*)&ut, sizeof(struct utmp))) { |
54 | printf("%d|%d|%s|%s|%s|%s|%d|%d|%ld|%ld|%ld|%x\n", | 54 | printf("%d|%d|%s|%s|%s|%s|%d|%d|%ld|%ld|%ld|%x\n", |
55 | ut.ut_type, ut.ut_pid, ut.ut_line, | 55 | ut.ut_type, ut.ut_pid, ut.ut_line, |