Fix typo.

From-SVN: r223078
This commit is contained in:
Arnaud Charlet 2015-05-12 17:18:16 +02:00
parent 7166d53559
commit 69031b4545
1 changed files with 1 additions and 1 deletions

View File

@ -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