summaryrefslogtreecommitdiff
path: root/gcc/ada/s-osinte-darwin.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-osinte-darwin.adb')
-rw-r--r--gcc/ada/s-osinte-darwin.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/s-osinte-darwin.adb b/gcc/ada/s-osinte-darwin.adb
index 1f47ddeb409..3bf0bb96d65 100644
--- a/gcc/ada/s-osinte-darwin.adb
+++ b/gcc/ada/s-osinte-darwin.adb
@@ -93,8 +93,7 @@ package body System.OS_Interface is
is
pragma Unreferenced (clock_id);
- -- AIX threads don't have clock_gettime, so use
- -- gettimeofday() instead.
+ -- Darwin Threads don't have clock_gettime, so use gettimeofday
use Interfaces;