diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 17:48:42 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 17:48:42 +0000 |
commit | 88aa6d3eb18b2ab5304dcebea72ebf38868722d2 (patch) | |
tree | 22d726fe8015d7bcb410dddfed8af54da0888188 /gcc/cp/cp-array-notation.c | |
parent | 4246a5c7643caf48df5a907550541f80f6157526 (diff) |
2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
* class.c: Fix typos.
* cp-array-notation.c: Likewise.
* cp-objcp-common.c: Likewise.
* decl.c: Likewise.
* init.c: Likewise.
* mangle.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* semantics.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201106 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-array-notation.c')
-rw-r--r-- | gcc/cp/cp-array-notation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-array-notation.c b/gcc/cp/cp-array-notation.c index d279ddd9c72a..eb6a70d835c7 100644 --- a/gcc/cp/cp-array-notation.c +++ b/gcc/cp/cp-array-notation.c @@ -810,7 +810,7 @@ cp_expand_cond_array_notations (tree orig_stmt) &no_rank)) return error_mark_node; /* If the condition has a zero rank, then handle array notations in body - seperately. */ + separately. */ if (cond_rank == 0) return orig_stmt; if (cond_rank != yes_rank && yes_rank != 0) |