summaryrefslogtreecommitdiff
path: root/gcc/vmsconfig.com
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 12:39:54 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 12:39:54 +0000
commitc3418f425801179142b1f09b100989b6af411d88 (patch)
tree1e50640eecb618d0b3fa87607094528acb0add62 /gcc/vmsconfig.com
parent01cc3b7526f036bef25d4140ef0903276a67aa9a (diff)
downloadgcc-c3418f425801179142b1f09b100989b6af411d88.tar.gz
Fix typos in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/vmsconfig.com')
-rw-r--r--gcc/vmsconfig.com6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/vmsconfig.com b/gcc/vmsconfig.com
index eac32851bca..a87e6c18810 100644
--- a/gcc/vmsconfig.com
+++ b/gcc/vmsconfig.com
@@ -132,7 +132,7 @@ VARIABLE makefile_buf, opt_file_buf, complist_buf, extra_compilers; ! Globals.
!!
PROCEDURE process_makefile( )
!
- ! Intepret Makefile.in and subsidiary Make-lang.in templates.
+ ! Interpret Makefile.in and subsidiary Make-lang.in templates.
!
LOCAL range1, cmark, makefilename;
@@ -330,7 +330,7 @@ PROCEDURE fetch_tag( tag_n, punct )
mark0 := MARK (NONE); ! Remember where we started; restore before return.
POSITION (BEGINNING_OF (makefile_buf));
! The tag definition always starts in the first column, and might have
- ! optional space(es) before "=" or ":" punctutation.
+ ! optional space(es) before "=" or ":" punctuation.
range2 := SEARCH_QUIETLY (LINE_BEGIN & tag_n & ((SPAN(" ") & punct) | punct),
FORWARD, EXACT);
IF (range2 = 0) THEN
@@ -360,7 +360,7 @@ ENDPROCEDURE; !fetch_tag
PROCEDURE pat_replace( oldstring, newstring )
!
- ! Replace all occurences of a pattern.
+ ! Replace all occurrences of a pattern.
!
LOCAL range1, range2, kill_it, count;