aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorDaniel O'Callaghan <danny@FreeBSD.org>1997-05-03 12:14:21 +0000
committerDaniel O'Callaghan <danny@FreeBSD.org>1997-05-03 12:14:21 +0000
commit9c3b234612e9570729c64fc8aacc31093b9ba013 (patch)
tree4627cf42923911ec7e3305c1730940a976483424 /release
parent0862a4aff9fa5cb4c88474e275d435472936c5df (diff)
downloadsrc-9c3b234612e9570729c64fc8aacc31093b9ba013.tar.gz
src-9c3b234612e9570729c64fc8aacc31093b9ba013.zip
Spelling/typo fix.
Notes
Notes: svn path=/head/; revision=25415
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 93d17882d29e..a68cc0c52ed1 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.291 1997/04/13 20:20:25 joerg Exp $
+# $Id: Makefile,v 1.292 1997/04/25 09:11:50 jkh Exp $
#
# How to roll a release:
#
@@ -60,8 +60,8 @@ CD_DISC1= ${CD}/disc1
CD_DISC2= ${CD}/disc2
# ${BOOTSTRAPDIR} is for those utilities that refer to the hosting
-# environment, rather then the target environment. This is specifically
-# intended for kernel-dependant utilities that are used during the build.
+# environment, rather than the target environment. This is specifically
+# intended for kernel-dependent utilities that are used during the build.
#
# ${BOOTSTRAPDIR} is actually being used by prepending it to the normal
# ${PATH}. Thus, it's also available to outside utilities like doFS.sh.