aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/trans.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-12-02 01:03:11 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-12-02 01:03:11 +0000
commitd3c56bc88f4542e61ffba49b4af8ea1ef0681468 (patch)
treedf34e13b6c73eb3b40912ce1df26563acc7cfc41 /gcc/ada/trans.c
parentaba7b40d6785483831ee5968a66bc51c4ee82ae1 (diff)
downloadgcc-d3c56bc88f4542e61ffba49b4af8ea1ef0681468.zip
gcc-d3c56bc88f4542e61ffba49b4af8ea1ef0681468.tar.gz
gcc-d3c56bc88f4542e61ffba49b4af8ea1ef0681468.tar.bz2
Makefile.in, [...]: Fix comment typos.
* Makefile.in, mingw32.h, trans.c: Fix comment typos. * gnat_rm.texi, gnat_ugn.texi: Follow spelling conventions. Fix typos. From-SVN: r119437
Diffstat (limited to 'gcc/ada/trans.c')
-rw-r--r--gcc/ada/trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/trans.c b/gcc/ada/trans.c
index 8adff5e..7b9c260 100644
--- a/gcc/ada/trans.c
+++ b/gcc/ada/trans.c
@@ -1199,7 +1199,7 @@ Case_Statement_to_gnu (Node_Id gnat_node)
/* If the case value is a subtype that raises Constraint_Error at
run-time because of a wrong bound, then gnu_low or gnu_high
- is not transtaleted into an INTEGER_CST. In such a case, we need
+ is not translated into an INTEGER_CST. In such a case, we need
to ensure that the when statement is not added in the tree,
otherwise it will crash the gimplifier. */
if ((!gnu_low || TREE_CODE (gnu_low) == INTEGER_CST)