aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-05-12 17:18:16 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2015-05-12 17:18:16 +0200
commit69031b454519e235ca01c1b4020f5ef728ddc4d1 (patch)
treed914a8fdf8a98f35c5a301ae5698d47149f28ebe /gcc
parent7166d53559b1d2fc49d7f55166364b3ca345a00a (diff)
downloadgcc-69031b454519e235ca01c1b4020f5ef728ddc4d1.zip
gcc-69031b454519e235ca01c1b4020f5ef728ddc4d1.tar.gz
gcc-69031b454519e235ca01c1b4020f5ef728ddc4d1.tar.bz2
Fix typo.
From-SVN: r223078
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/a-reatim.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-reatim.adb b/gcc/ada/a-reatim.adb
index c313d50..0405a0b 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