aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-reatim.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-05-22 12:15:47 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2015-05-22 12:15:47 +0200
commit30fc80cfa6546ffd5b3e5e1fe0679a8279476f4e (patch)
tree917c22a54ca9a5c3042168e6256a194ad085ae21 /gcc/ada/a-reatim.adb
parent90d6b7bc3a61e77363377ef6e5dfc71cf8ecff71 (diff)
downloadgcc-30fc80cfa6546ffd5b3e5e1fe0679a8279476f4e.zip
gcc-30fc80cfa6546ffd5b3e5e1fe0679a8279476f4e.tar.gz
gcc-30fc80cfa6546ffd5b3e5e1fe0679a8279476f4e.tar.bz2
[multiple changes]
2015-05-22 Ed Schonberg <schonberg@adacore.com> * sem_ch13.adb: Minor reformatting. 2015-05-22 Jose Ruiz <ruiz@adacore.com> * a-reatim.adb: Minor change, fix typo. From-SVN: r223533
Diffstat (limited to 'gcc/ada/a-reatim.adb')
-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 c259e81..1b4d4d8 100644
--- a/gcc/ada/a-reatim.adb
+++ b/gcc/ada/a-reatim.adb
@@ -330,7 +330,7 @@ package body Ada.Real_Time is
Out_Of_Range;
end if;
- -- Same for negative values of seconds, fundge up and check low bound
+ -- Same for negative values of seconds, fudge up and check low bound
else
Fudged_Result := Duration (Result_SC + Fudge) + TS_Fraction;