diff options
Diffstat (limited to 'usr.sbin/config')
-rw-r--r-- | usr.sbin/config/config.8 | 4 | ||||
-rw-r--r-- | usr.sbin/config/main.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index dbabc85d037..fb9939d8269 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.28 2002/03/23 13:30:24 espie Exp $ +.\" $OpenBSD: config.8,v 1.29 2002/06/14 21:35:01 todd Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -143,7 +143,7 @@ and appeared in the specified kernel configuration file. In addition, .Dq .PROF -is appended to the default compliation directory name. +is appended to the default compilation directory name. .Pp The .Fl p diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index fd50958f460..f320a875158 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.26 2002/05/29 09:45:39 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.27 2002/06/14 21:35:01 todd Exp $ */ /* $NetBSD: main.c,v 1.22 1997/02/02 21:12:33 thorpej Exp $ */ /* @@ -345,7 +345,7 @@ defoption(name) (void)do_option(defopttab, &nextdefopt, n, name, "defopt"); /* - * Insert a verbatum copy of the option name, as well, + * Insert a verbatim copy of the option name, as well, * to speed lookups when creating the Makefile. */ (void)ht_insert(defopttab, name, (void *)name); @@ -507,7 +507,7 @@ hasparent(i) * we search its devbase for a matching unit number. * (2) If the device was attach to an attribute, then we * search all attributes the device can be attached to - * for parents (with appropriate unit numebrs) that + * for parents (with appropriate unit numbers) that * may be able to attach the device. */ |