projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7166d53
)
Fix typo.
author
Arnaud Charlet
<charlet@gcc.gnu.org>
Tue, 12 May 2015 15:18:16 +0000
(17:18 +0200)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Tue, 12 May 2015 15:18:16 +0000
(17:18 +0200)
From-SVN: r223078
gcc/ada/a-reatim.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/a-reatim.adb
b/gcc/ada/a-reatim.adb
index c313d50142714a33e79d1369738769aa0a8c39ca..0405a0b1b29e35fa8859d3d88f6e6033444c8561 100644
(file)
--- 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 sub
s
traction have the same sign, hence
+ -- Both operands in the subtraction have the same sign, hence
-- avoiding overflow.
begin