summaryrefslogtreecommitdiff
path: root/gcc/ada/s-osinte-lynxos.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-osinte-lynxos.ads')
-rw-r--r--gcc/ada/s-osinte-lynxos.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-osinte-lynxos.ads b/gcc/ada/s-osinte-lynxos.ads
index 13c2b88fcdb..dd30d242176 100644
--- a/gcc/ada/s-osinte-lynxos.ads
+++ b/gcc/ada/s-osinte-lynxos.ads
@@ -87,7 +87,7 @@ package System.OS_Interface is
--
--
-- The lowest numbered signal is 1, but 0 is a valid argument to some
- -- library functions, eg. kill(2). However, 0 is not just another
+ -- library functions, e.g. kill(2). However, 0 is not just another
-- signal: For instance 'I in Signal' and similar should be used with
-- caution.