aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils2.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2008-04-08 12:48:53 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2008-04-08 12:48:53 +0000
commite1da2b17fa1e397a0b12782881103bb764bce4cd (patch)
tree1d03a24053e4c98ac73469d931b004e0cc538d65 /gcc/ada/utils2.c
parent2b3dffa66b6294bea45c75538efdf5fe9fd53293 (diff)
downloadgcc-e1da2b17fa1e397a0b12782881103bb764bce4cd.zip
gcc-e1da2b17fa1e397a0b12782881103bb764bce4cd.tar.gz
gcc-e1da2b17fa1e397a0b12782881103bb764bce4cd.tar.bz2
decl.c (prepend_attributes): Fix typo.
* decl.c (prepend_attributes): Fix typo. * trans.c (Pragma_to_gnu): Likewise. * utils.c (gnat_genericize): Likewise. From-SVN: r134094
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 e680d09..170fad7 100644
--- a/gcc/ada/utils2.c
+++ b/gcc/ada/utils2.c
@@ -243,7 +243,7 @@ find_common_type (tree t1, tree t2)
would better be handled upstream (types should be made consistent before
calling into build_binary_op), some others are really expected and we
have to be careful. */
-
+
/* We must prevent writing more than what the target may hold if this is for
an assignment and the case of tagged types is handled in build_binary_op
so use the lhs type if it is known to be smaller, or of constant size and