summaryrefslogtreecommitdiff
path: root/gcc/ada/s-osinte-freebsd.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-osinte-freebsd.ads')
-rw-r--r--gcc/ada/s-osinte-freebsd.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/s-osinte-freebsd.ads b/gcc/ada/s-osinte-freebsd.ads
index e0453ca90b4..51f498397f9 100644
--- a/gcc/ada/s-osinte-freebsd.ads
+++ b/gcc/ada/s-osinte-freebsd.ads
@@ -195,7 +195,7 @@ package System.OS_Interface is
----------
Time_Slice_Supported : constant Boolean := True;
- -- Indicates wether time slicing is supported (i.e SCHED_RR is supported)
+ -- Indicates whether time slicing is supported (i.e SCHED_RR is supported)
type timespec is private;
@@ -313,9 +313,9 @@ package System.OS_Interface is
-- No alternate signal stack is used on this platform
Stack_Base_Available : constant Boolean := False;
- -- Indicates wether the stack base is available on this target. This allows
- -- us to share s-osinte.adb between all the FSU run time. Note that this
- -- value can only be true if pthread_t has a complete definition that
+ -- Indicates whether the stack base is available on this target. This
+ -- allows us to share s-osinte.adb between all the FSU run time. Note that
+ -- this value can only be true if pthread_t has a complete definition that
-- corresponds exactly to the C header files.
function Get_Stack_Base (thread : pthread_t) return Address;