diff options
author | Mark Whitley <markw@lineo.com> | 2001-01-23 22:31:10 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-01-23 22:31:10 +0000 |
commit | f1b0c77c229abb000e72c17f0d2f588d66af4061 (patch) | |
tree | 29b9318cffa4df3c9d4861fafd97008353acb39e | |
parent | 59ab025363d884deb2013dcaae6c968585a6ec72 (diff) | |
download | busybox-w32-f1b0c77c229abb000e72c17f0d2f588d66af4061.tar.gz busybox-w32-f1b0c77c229abb000e72c17f0d2f588d66af4061.tar.bz2 busybox-w32-f1b0c77c229abb000e72c17f0d2f588d66af4061.zip |
Fixed tiny typo.
-rw-r--r-- | procps/uptime.c | 2 | ||||
-rw-r--r-- | uptime.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/procps/uptime.c b/procps/uptime.c index f5e12f1ee..b827f7e67 100644 --- a/procps/uptime.c +++ b/procps/uptime.c | |||
@@ -24,7 +24,7 @@ | |||
24 | /* This version of uptime doesn't display the number of users on the system, | 24 | /* This version of uptime doesn't display the number of users on the system, |
25 | * since busybox init doesn't mess with utmp. For folks using utmp that are | 25 | * since busybox init doesn't mess with utmp. For folks using utmp that are |
26 | * just dying to have # of users reported, feel free to write it as some type | 26 | * just dying to have # of users reported, feel free to write it as some type |
27 | * of BB_FEATURE_UMTP_SUPPORT #define | 27 | * of BB_FEATURE_UTMP_SUPPORT #define |
28 | */ | 28 | */ |
29 | 29 | ||
30 | 30 | ||
@@ -24,7 +24,7 @@ | |||
24 | /* This version of uptime doesn't display the number of users on the system, | 24 | /* This version of uptime doesn't display the number of users on the system, |
25 | * since busybox init doesn't mess with utmp. For folks using utmp that are | 25 | * since busybox init doesn't mess with utmp. For folks using utmp that are |
26 | * just dying to have # of users reported, feel free to write it as some type | 26 | * just dying to have # of users reported, feel free to write it as some type |
27 | * of BB_FEATURE_UMTP_SUPPORT #define | 27 | * of BB_FEATURE_UTMP_SUPPORT #define |
28 | */ | 28 | */ |
29 | 29 | ||
30 | 30 | ||