diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-21 17:48:42 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 17:48:42 +0000 |
commit | c65cb8d1f07920e911d13e551476e28d204e8daa (patch) | |
tree | 22d726fe8015d7bcb410dddfed8af54da0888188 /gcc/cp/cp-array-notation.c | |
parent | 631b20a7fcb5982ae2092198cea18f25d2ed4a5e (diff) | |
download | gcc-c65cb8d1f07920e911d13e551476e28d204e8daa.zip gcc-c65cb8d1f07920e911d13e551476e28d204e8daa.tar.gz gcc-c65cb8d1f07920e911d13e551476e28d204e8daa.tar.bz2 |
class.c: Fix typos.
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.
From-SVN: r201106
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 d279ddd..eb6a70d 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) |