Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common/bootimage Fix typo in comments.
details: https://anonhg.NetBSD.org/src/rev/82f3af3be11d
branches: trunk
changeset: 778947:82f3af3be11d
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Apr 22 07:23:42 2012 +0000
description:
Fix typo in comments.
diffstat:
distrib/common/bootimage/Makefile.bootimage | 6 +++---
distrib/common/bootimage/Makefile.installimage | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r b4a8571df495 -r 82f3af3be11d distrib/common/bootimage/Makefile.bootimage
--- a/distrib/common/bootimage/Makefile.bootimage Sun Apr 22 06:33:04 2012 +0000
+++ b/distrib/common/bootimage/Makefile.bootimage Sun Apr 22 07:23:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootimage,v 1.5 2012/04/22 05:24:39 tsutsui Exp $
+# $NetBSD: Makefile.bootimage,v 1.6 2012/04/22 07:23:42 tsutsui Exp $
#
# Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved.
#
@@ -39,7 +39,7 @@
# (default: sd0)
# USE_MBR
# set yes if target disk image requires MBR partition
-# (defautl: no)
+# (default: no)
# MBR_BOOTCODE
# optional MBR bootcode which should be installed by fdisk(8)
# (default: empty)
@@ -82,7 +82,7 @@
# DIR TARGETPATH
# for installation image etc.
# (default: empty)
-# XXX: currently permittions in IMGDIR_EXTRA are not handled
+# XXX: currently permissions in IMGDIR_EXTRA are not handled
# IMGDIR_EXCLUDE
# pax(1) options to exclude files which should not copied
# into TARGETPATH in IMGDIR_EXTRA
diff -r b4a8571df495 -r 82f3af3be11d distrib/common/bootimage/Makefile.installimage
--- a/distrib/common/bootimage/Makefile.installimage Sun Apr 22 06:33:04 2012 +0000
+++ b/distrib/common/bootimage/Makefile.installimage Sun Apr 22 07:23:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.installimage,v 1.2 2012/01/22 16:50:00 tsutsui Exp $
+# $NetBSD: Makefile.installimage,v 1.3 2012/04/22 07:23:42 tsutsui Exp $
#
# Common Makefile to create a bootable installation image for USB flash etc.
#
@@ -35,7 +35,7 @@
DISKPROTO_IN?= ${NETBSDSRCDIR}/distrib/common/bootimage/diskproto.noswap.in
.endif
-# XXX: no permittion info for makefs(8)
+# XXX: no permission info for makefs(8)
IMGDIR_EXTRA= ${RELEASEDIR}/${RELEASEMACHINEDIR} ${RELEASEMACHINEDIR}
IMGDIR_EXCLUDE= -s ',./installation/cdrom.*,,gp'
IMGDIR_EXCLUDE+= -s ',./installation/liveimage.*,,gp'
Home |
Main Index |
Thread Index |
Old Index