diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:31:07 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:31:07 +0000 |
commit | a04e8d6277eaccdf1255f9d285c15be111659d81 (patch) | |
tree | a89618804e203ad97b7210fd17da195393f4631f /gcc/c-family/c-common.h | |
parent | 75de4aa2388b611eccdaac5526121fd3a034cab3 (diff) | |
download | gcc-a04e8d6277eaccdf1255f9d285c15be111659d81.tar.gz |
Fix typos.
2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
* c-common.c: Fix typos.
* c-common.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/c-common.h')
-rw-r--r-- | gcc/c-family/c-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-common.h b/gcc/c-family/c-common.h index 6dfcffd7921..915887cf327 100644 --- a/gcc/c-family/c-common.h +++ b/gcc/c-family/c-common.h @@ -1127,7 +1127,7 @@ extern void convert_vector_to_pointer_for_subscript (location_t, tree*, tree); /* Possibe cases of scalar_to_vector conversion. */ enum stv_conv { - stv_error, /* Error occured. */ + stv_error, /* Error occurred. */ stv_nothing, /* Nothing happened. */ stv_firstarg, /* First argument must be expanded. */ stv_secondarg /* Second argument must be expanded. */ |