Module Name: src Committed By: riz Date: Mon Apr 9 19:22:49 UTC 2012
Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: s/Createing/Creating/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/common/bootimage/Makefile.bootimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/common/bootimage/Makefile.bootimage diff -u src/distrib/common/bootimage/Makefile.bootimage:1.3 src/distrib/common/bootimage/Makefile.bootimage:1.4 --- src/distrib/common/bootimage/Makefile.bootimage:1.3 Sun Jan 22 16:56:22 2012 +++ src/distrib/common/bootimage/Makefile.bootimage Mon Apr 9 19:22:49 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bootimage,v 1.3 2012/01/22 16:56:22 tsutsui Exp $ +# $NetBSD: Makefile.bootimage,v 1.4 2012/04/09 19:22:49 riz Exp $ # # Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved. # @@ -277,7 +277,7 @@ ${TARGETFS}: prepare_md_post .if defined(SPEC_EXTRA) cat ${SPEC_EXTRA} >> ${WORKSPEC} .endif - @echo Createing rootfs... + @echo Creating rootfs... # XXX /var/spool/ftp/hidden is unreadable ${CHMOD} +r ${WORKDIR}/var/spool/ftp/hidden ${TOOL_MAKEFS} -M ${FSSIZE} -m ${FSSIZE} \