Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-01-24 01:31:10 +0300
committerMark Whitley <markw@lineo.com>2001-01-24 01:31:10 +0300
commitf1b0c77c229abb000e72c17f0d2f588d66af4061 (patch)
tree29b9318cffa4df3c9d4861fafd97008353acb39e /procps/uptime.c
parent59ab025363d884deb2013dcaae6c968585a6ec72 (diff)
Fixed tiny typo.
Diffstat (limited to 'procps/uptime.c')
-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 @@
/* This version of uptime doesn't display the number of users on the system,
* since busybox init doesn't mess with utmp. For folks using utmp that are
* just dying to have # of users reported, feel free to write it as some type
- * of BB_FEATURE_UMTP_SUPPORT #define
+ * of BB_FEATURE_UTMP_SUPPORT #define
*/