From: Arnaud Charlet Date: Tue, 12 May 2015 15:18:16 +0000 (+0200) Subject: Fix typo. X-Git-Tag: basepoints/gcc-7~7199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69031b454519e235ca01c1b4020f5ef728ddc4d1;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r223078 --- diff --git a/gcc/ada/a-reatim.adb b/gcc/ada/a-reatim.adb index c313d5014271..0405a0b1b29e 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