summaryrefslogtreecommitdiffstats
path: root/gcc/ada/s-osprim-mingw.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-osprim-mingw.adb')
-rw-r--r--gcc/ada/s-osprim-mingw.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-osprim-mingw.adb b/gcc/ada/s-osprim-mingw.adb
index fc286e67b30..6c05b524fb5 100644
--- a/gcc/ada/s-osprim-mingw.adb
+++ b/gcc/ada/s-osprim-mingw.adb
@@ -193,9 +193,9 @@ package body System.OS_Primitives is
GetSystemTimeAsFileTime (Ctrl_Time'Access);
- -- Scan for clock tick, will take upto 16ms/1ms depending on PC.
+ -- Scan for clock tick, will take up to 16ms/1ms depending on PC.
-- This cannot be an infinite loop or the system hardware is badly
- -- dammaged.
+ -- damaged.
loop
GetSystemTimeAsFileTime (Loc_Time'Access);
OpenPOWER on IntegriCloud