diff options
author | julian <julian@FreeBSD.org> | 1997-06-02 04:56:38 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1997-06-02 04:56:38 +0000 |
commit | ff62a150f76ce0a4c48dd9db8488b95c2fb31db5 (patch) | |
tree | 0f6dcf6b505c9c8d8a16e4de730834976d2684bf | |
parent | dee3eaece6fd28ee676ee56f7418dc5f50884f75 (diff) | |
download | FreeBSD-src-ff62a150f76ce0a4c48dd9db8488b95c2fb31db5.zip FreeBSD-src-ff62a150f76ce0a4c48dd9db8488b95c2fb31db5.tar.gz |
tiny spelling fix in comment
-rw-r--r-- | sys/kern/kern_conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c index bee8b87..8d03d23 100644 --- a/sys/kern/kern_conf.c +++ b/sys/kern/kern_conf.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: kern_conf.c,v 1.16 1997/02/22 09:39:03 peter Exp $ */ #include <sys/param.h> @@ -132,7 +132,7 @@ int TTYPE##_add(dev_t *descrip, \ /* \ * Search the table looking for a slot... \ */ \ - for (i = ALLOCSTART; i < NXXXDEV; i++) \ + for (i = ALLOCSTART; i < NXXXDEV; i++) \ if (TTYPE[i] == NULL) \ break; /* found one! */ \ /* out of allocable slots? */ \ @@ -163,7 +163,7 @@ int TTYPE##_add(dev_t *descrip, \ ADDENTRY(bdevsw, nblkdev,bdevsw_ALLOCSTART) ADDENTRY(cdevsw, nchrdev,cdevsw_ALLOCSTART) -/* Maybe the author might indicate what the f*@# tehis is for? */ +/* Maybe the author might indicate what the f*@# this is for? */ void cdevsw_make(struct bdevsw *from) |