diff options
author | julian <julian@FreeBSD.org> | 1997-09-21 22:20:12 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1997-09-21 22:20:12 +0000 |
commit | c9fbe7ccd4df079877464abd3405ebcdf978a397 (patch) | |
tree | 3c312132944edcf3839536bc92d51396345e8678 /sys | |
parent | 186e048a374a9cff56dba8b9638b5aeb12b56666 (diff) | |
download | FreeBSD-src-c9fbe7ccd4df079877464abd3405ebcdf978a397.zip FreeBSD-src-c9fbe7ccd4df079877464abd3405ebcdf978a397.tar.gz |
urk, fix spelling error in comment I just fixed.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/kern_conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c index 3693861..1030648 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: kern_conf.c,v 1.19 1997/09/14 02:52:12 peter Exp $ + * $Id: kern_conf.c,v 1.20 1997/09/21 22:14:54 julian Exp $ */ #include <sys/param.h> @@ -163,7 +163,7 @@ ADDENTRY(bdevsw, nblkdev,bdevsw_ALLOCSTART) ADDENTRY(cdevsw, nchrdev,cdevsw_ALLOCSTART) /* - * Since the bdevsw struct for a disk contains all the informnation + * Since the bdevsw struct for a disk contains all the information * needed to create a cdevsw entry, these two routines do that, rather * than specifying it by hand. */ |