summaryrefslogtreecommitdiff
path: root/gcc/read-md.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 18:18:04 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 18:18:04 +0000
commit75de4aa2388b611eccdaac5526121fd3a034cab3 (patch)
tree4cf7616fe25f46e4466b597faf6d52056d8cb397 /gcc/read-md.c
parentc31fb425536dbb9f6df5cb9d3ce26bff6189d389 (diff)
downloadgcc-75de4aa2388b611eccdaac5526121fd3a034cab3.tar.gz
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201109 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/read-md.c')
-rw-r--r--gcc/read-md.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/read-md.c b/gcc/read-md.c
index fe96fe1748e..d32072be7a5 100644
--- a/gcc/read-md.c
+++ b/gcc/read-md.c
@@ -881,7 +881,7 @@ traverse_enum_types (htab_trav callback, void *info)
/* Process an "include" directive, starting with the optional space
after the "include". Read in the file and use HANDLE_DIRECTIVE
to process each unknown directive. LINENO is the line number on
- which the "include" occured. */
+ which the "include" occurred. */
static void
handle_include (int lineno, directive_handler_t handle_directive)
@@ -1027,7 +1027,7 @@ parse_include (const char *arg)
}
/* The main routine for reading .md files. Try to process all the .md
- files specified on the command line and return true if no error occured.
+ files specified on the command line and return true if no error occurred.
ARGC and ARGV are the arguments to main.