From 0c5b675bc936a94a6cceec372f81f488d8a96535 Mon Sep 17 00:00:00 2001 From: charlet Date: Tue, 12 May 2015 15:18:16 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223078 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/a-reatim.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/a-reatim.adb b/gcc/ada/a-reatim.adb index c313d501427..0405a0b1b29 100644 --- a/gcc/ada/a-reatim.adb +++ b/gcc/ada/a-reatim.adb @@ -281,7 +281,7 @@ package body Ada.Real_Time is Dist_To_Boundary : constant Time_Span := TS - Time_Span (Closest_Boundary); -- Distance between TS and Closest_Boundary expressed in Time_Span - -- Both operands in the substraction have the same sign, hence + -- Both operands in the subtraction have the same sign, hence -- avoiding overflow. begin -- 2.11.4.GIT