diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2009-12-23 09:17:40 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2009-12-23 09:17:40 +0000 |
| commit | a72f71643dc9bbccd0aa515dc13d7b33fbcdaba3 (patch) | |
| tree | 15623eca3a97e06cd57f6015dcc8f5c0bffa73b6 /usr.sbin/installboot | |
| parent | 8a65aabe5b370f516bf22a5722113c1ea0cee13d (diff) | |
Fix typo in comments, no code change.
Diffstat (limited to 'usr.sbin/installboot')
| -rw-r--r-- | usr.sbin/installboot/arch/i386.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/installboot/arch/i386.c b/usr.sbin/installboot/arch/i386.c index 46ab3d94f65..189740f81db 100644 --- a/usr.sbin/installboot/arch/i386.c +++ b/usr.sbin/installboot/arch/i386.c @@ -1,4 +1,4 @@ -/* $NetBSD: i386.c,v 1.33 2009/05/07 07:03:39 lukem Exp $ */ +/* $NetBSD: i386.c,v 1.34 2009/12/23 09:17:41 mbalmer Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ #include <sys/cdefs.h> #if !defined(__lint) -__RCSID("$NetBSD: i386.c,v 1.33 2009/05/07 07:03:39 lukem Exp $"); +__RCSID("$NetBSD: i386.c,v 1.34 2009/12/23 09:17:41 mbalmer Exp $"); #endif /* !__lint */ #include <sys/param.h> @@ -388,7 +388,7 @@ i386_setboot(ib_params *params) } /* - * If the partion has a FAT (or NTFS) filesystem, then we must + * If the partition has a FAT (or NTFS) filesystem, then we must * preserve the BIOS Parameter Block (BPB). * It is also very likely that there isn't 8k of space available * for (say) bootxx_msdos, and that blindly installing it will trash |
