Fixed tiny typo.
authorMark Whitley <markw@lineo.com>
Tue, 23 Jan 2001 22:31:10 +0000 (22:31 -0000)
committerMark Whitley <markw@lineo.com>
Tue, 23 Jan 2001 22:31:10 +0000 (22:31 -0000)
procps/uptime.c
uptime.c

index f5e12f1ee7ee9a76c69ec12b0dc448d00c9d70f9..b827f7e6756e61af3e774a40afaf6a1d14014106 100644 (file)
@@ -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
  */
 
 
index f5e12f1ee7ee9a76c69ec12b0dc448d00c9d70f9..b827f7e6756e61af3e774a40afaf6a1d14014106 100644 (file)
--- a/uptime.c
+++ b/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
  */