From 16e6fcf52da1dc2b89ac784f4c571a9b155d0375 Mon Sep 17 00:00:00 2001 From: markw Date: Tue, 23 Jan 2001 22:31:10 +0000 Subject: Fixed tiny typo. git-svn-id: svn://busybox.net/trunk/busybox@1643 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- procps/uptime.c | 2 +- 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 @@ /* 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 */ diff --git a/uptime.c b/uptime.c index f5e12f1ee..b827f7e67 100644 --- 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 */ -- cgit v1.2.3-55-g6feb