diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-04-13 17:25:22 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-04-13 17:25:22 +0000 |
commit | 12a13f016fb663988db80b030c4ef8761dc9c2a9 (patch) | |
tree | 2e22d192c6479c5accd049be839cdb508473587f /gcc/ada/s-traces.ads | |
parent | 305da3ecc8b8f9c1e62204b73fad3d242276e91d (diff) | |
download | gcc-12a13f016fb663988db80b030c4ef8761dc9c2a9.tar.gz |
s-secsta.adb, [...]: Fix comment typos.
gcc/ada/
* s-secsta.adb, s-sequio.ads, s-shasto.ads,
s-soflin.ads, s-stalib.ads, s-stausa.adb,
s-stausa.ads, s-strxdr.adb, s-taenca.adb, s-taenca.ads,
s-taprob.adb, s-taprop-hpux-dce.adb, s-taprop-irix.adb,
s-taprop-linux.adb, s-taprop-mingw.adb, s-taprop-posix.adb,
s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
s-taprop-vxworks.adb, s-taprop.ads, s-tarest.adb,
s-tarest.ads, s-tasini.adb, s-tasini.ads, s-taskin.ads,
s-tasque.ads, s-tassta.adb, s-tassta.ads, s-tasuti.ads,
s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
s-tpopsp-posix.adb, s-tpopsp-rtems.adb, s-tposen.adb,
s-tposen.ads, s-traceb-hpux.adb, s-traces.ads,
s-trafor-default.ads, s-unstyp.ads, s-utf_32.ads,
s-vaflop.adb, s-vaflop.ads, s-valrea.adb, s-valuti.adb,
s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, scans.ads,
scn.adb, scng.adb, seh_init.c, sem.ads, sem_aggr.adb,
sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
sem_cat.adb, sem_cat.ads: Fix comment typos.
From-SVN: r134241
Diffstat (limited to 'gcc/ada/s-traces.ads')
-rw-r--r-- | gcc/ada/s-traces.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/s-traces.ads b/gcc/ada/s-traces.ads index c42cc516820..03897acff06 100644 --- a/gcc/ada/s-traces.ads +++ b/gcc/ada/s-traces.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2001-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2008, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -40,17 +40,17 @@ -- A new primitive, Send_Trace_Info (Id : Trace_T; 'data') is introduced. -- Trace_T is an event identifier, 'data' are the informations to pass --- with the event. Thid procedure is used from within the Runtime to send +-- with the event. This procedure is used from within the Runtime to send -- debug informations. -- This primitive is overloaded in System.Traces.Tasking and this package --- Send_Trace_Info calls Send_Trace, in System.Traces.Send, which is trarget +-- Send_Trace_Info calls Send_Trace, in System.Traces.Send, which is target -- dependent, to send the debug informations to a debugger, stream .. -- To add a new event, just add them to the Trace_T type, and write the -- corresponding Send_Trace_Info procedure. It may be required for some --- target to modify Send_Trace (eg. VxWorks). +-- target to modify Send_Trace (e.g. VxWorks). -- To add a new target, just adapt System.Traces.Send to your own purposes |