aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils2.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-02-03 16:54:08 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-02-03 16:54:08 +0000
commit326f9a757c64d1d6c37e45184d4da7a44ee720e2 (patch)
tree0ba5509091de239ba6c90a508163e87e5d5313eb /gcc/ada/utils2.c
parent9f5ed61a800c20ae8b3cda028af18027c2884952 (diff)
downloadgcc-326f9a757c64d1d6c37e45184d4da7a44ee720e2.zip
gcc-326f9a757c64d1d6c37e45184d4da7a44ee720e2.tar.gz
gcc-326f9a757c64d1d6c37e45184d4da7a44ee720e2.tar.bz2
* misc.c, utils2.c: Fix comment typos.
From-SVN: r121547
Diffstat (limited to 'gcc/ada/utils2.c')
-rw-r--r--gcc/ada/utils2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/utils2.c b/gcc/ada/utils2.c
index 04e968e..e987fa9 100644
--- a/gcc/ada/utils2.c
+++ b/gcc/ada/utils2.c
@@ -1526,7 +1526,7 @@ gnat_build_constructor (tree type, tree list)
/* Propagate an NULL_EXPR from the size of the type. We won't ever
be executing the code we generate here in that case, but handle it
- specially to avoid the cmpiler blowing up. */
+ specially to avoid the compiler blowing up. */
if (TREE_CODE (type) == RECORD_TYPE
&& (0 != (result
= contains_null_expr (DECL_SIZE (TREE_PURPOSE (elmt))))))