aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils2.c
diff options
context:
space:
mode:
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 85b0a74..2daefa3 100644
--- a/gcc/ada/utils2.c
+++ b/gcc/ada/utils2.c
@@ -774,7 +774,7 @@ build_binary_op (enum tree_code op_code, tree result_type,
case ARRAY_RANGE_REF:
/* First convert the right operand to its base type. This will
- prevent unneed signedness conversions when sizetype is wider than
+ prevent unneeded signedness conversions when sizetype is wider than
integer. */
right_operand = convert (right_base_type, right_operand);
right_operand = convert (TYPE_DOMAIN (left_type), right_operand);