Fix typo in comment.
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Wed, 29 Jan 1992 23:42:50 +0000 (23:42 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Wed, 29 Jan 1992 23:42:50 +0000 (23:42 +0000)
etc/rebuild
etc/rebuild-7.4

index 9d45a54bcb0e40cc1345eb2bf683b722fd76c3a1..ae0425603d4e364145082712b4ab40b5271c67a8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/csh -f
 
-# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/rebuild,v 1.7 1991/11/06 23:21:43 cph Exp $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/rebuild,v 1.8 1992/01/29 23:42:50 arthur Exp $
 
 # Arguments: runtimeversion compilerversion edwinversion 6001version
 
@@ -118,7 +118,7 @@ endif
 
 echo \(write-line\ \'\(finished\ recompilation\)\) >>$script
 
-# This begin is inside the BEGIN
+# This exit is inside the BEGIN
 echo \(\%exit 0\)\) >>$script
 #   but this one is not
 echo \(\%exit 1\) >> $script
index 3060d9ff11016bbf5320d6b761e47ce256f43821..bf6a2864941fa344f6bda360c1debfc01fb6b56d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/csh -f
 
-# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/rebuild-7.4,v 1.7 1991/11/06 23:21:43 cph Exp $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/rebuild-7.4,v 1.8 1992/01/29 23:42:50 arthur Exp $
 
 # Arguments: runtimeversion compilerversion edwinversion 6001version
 
@@ -118,7 +118,7 @@ endif
 
 echo \(write-line\ \'\(finished\ recompilation\)\) >>$script
 
-# This begin is inside the BEGIN
+# This exit is inside the BEGIN
 echo \(\%exit 0\)\) >>$script
 #   but this one is not
 echo \(\%exit 1\) >> $script