aboutsummaryrefslogtreecommitdiff
path: root/gcc/read-md.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 18:18:04 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 18:18:04 +0000
commit1aa95df74202a50ca17f06e738c8fae303450fdd (patch)
tree4cf7616fe25f46e4466b597faf6d52056d8cb397 /gcc/read-md.c
parentc0d18c6c7d528e3acfb2506d831191c6e5c82b68 (diff)
downloadgcc-1aa95df74202a50ca17f06e738c8fae303450fdd.zip
gcc-1aa95df74202a50ca17f06e738c8fae303450fdd.tar.gz
gcc-1aa95df74202a50ca17f06e738c8fae303450fdd.tar.bz2
Fix typos.
From-SVN: r201109
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 fe96fe17..d32072b 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.