diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 12:56:08 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 12:56:08 +0000 |
commit | da253936ab1342aaac88586a88a2861ca092aba2 (patch) | |
tree | fbb57f6a0d3c44ef1d9fbad080ccc7b3dba33605 /gcc/ada/s-taprop.ads | |
parent | dd5b4b36c6c82b6018d550a469311d9c80bda0d2 (diff) | |
download | gcc-da253936ab1342aaac88586a88a2861ca092aba2.tar.gz |
* 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
types.ads, urealp.adb: Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46581 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-taprop.ads')
-rw-r--r-- | gcc/ada/s-taprop.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-taprop.ads b/gcc/ada/s-taprop.ads index 19f035c4b9a..8271648db46 100644 --- a/gcc/ada/s-taprop.ads +++ b/gcc/ada/s-taprop.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.40 $ +-- $Revision: 1.1 $ -- -- -- Copyright (C) 1992-2001, Free Software Foundation, Inc. -- -- -- @@ -453,7 +453,7 @@ package System.Task_Primitives.Operations is -- Suspend a specific task when the underlying thread library provides -- such functionality, unless the thread associated with T is -- Thread_Self. - -- Such functionnality is needed by gdb on some targets (e.g VxWorks) + -- Such functionality is needed by gdb on some targets (e.g VxWorks) -- Return True is the operation is successful function Resume_Task @@ -462,7 +462,7 @@ package System.Task_Primitives.Operations is -- Resume a specific task when the underlying thread library provides -- such functionality, unless the thread associated with T is -- Thread_Self. - -- Such functionnality is needed by gdb on some targets (e.g VxWorks) + -- Such functionality is needed by gdb on some targets (e.g VxWorks) -- Return True is the operation is successful procedure Lock_All_Tasks_List; |