diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 04:47:17 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 04:47:17 +0000 |
| commit | 7a8bfd345bc5fec100511472d712b0918666e9f3 (patch) | |
| tree | 33dc69a040e1281885ac976fa17b9fbee1959a8b /usr.sbin/installboot | |
| parent | 2fa81d0cd26e179627d9d0ca39806290239b8b3c (diff) | |
s/filesytem/filesystem/ in comment.
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 e7c232fe69a..48887ff3128 100644 --- a/usr.sbin/installboot/arch/i386.c +++ b/usr.sbin/installboot/arch/i386.c @@ -1,4 +1,4 @@ -/* $NetBSD: i386.c,v 1.42 2019/05/07 04:35:31 thorpej Exp $ */ +/* $NetBSD: i386.c,v 1.43 2021/12/05 04:47:18 msaitoh 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.42 2019/05/07 04:35:31 thorpej Exp $"); +__RCSID("$NetBSD: i386.c,v 1.43 2021/12/05 04:47:18 msaitoh Exp $"); #endif /* !__lint */ #include <sys/param.h> @@ -462,7 +462,7 @@ i386_setboot(ib_params *params) u = disk_buf.b[1]; } if (params->s1start != 0) - /* Fixup physical offset of filesytem */ + /* Fixup physical offset of filesystem */ bpb->bpbHiddenSecs = htole32(params->s1start); memcpy(bootstrap.b + 2, disk_buf.b + 2, u); } |
