aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/uptime.c2
1 files changed, 1 insertions, 1 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