aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorErwan Le Guillou <leguillou@adacore.com>2020-12-03 20:22:20 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2020-12-17 05:49:21 -0500
commit5957283fa4958afc18ca718405417d742332d66c (patch)
treee1b86d17bd23ed57f6b4afca89b11cf5f04ae259 /gcc
parent211d0b4f036313148c4da5e88b520c451a803172 (diff)
downloadgcc-5957283fa4958afc18ca718405417d742332d66c.zip
gcc-5957283fa4958afc18ca718405417d742332d66c.tar.gz
gcc-5957283fa4958afc18ca718405417d742332d66c.tar.bz2
[Ada] Fix small typo in comments.
gcc/ada/ * libgnat/system-lynxos178-ppc.ads, libgnat/system-lynxos178-x86.ads: Fix small typo in comments.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/libgnat/system-lynxos178-ppc.ads2
-rw-r--r--gcc/ada/libgnat/system-lynxos178-x86.ads2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/libgnat/system-lynxos178-ppc.ads b/gcc/ada/libgnat/system-lynxos178-ppc.ads
index 70de803..4c65e9a 100644
--- a/gcc/ada/libgnat/system-lynxos178-ppc.ads
+++ b/gcc/ada/libgnat/system-lynxos178-ppc.ads
@@ -102,7 +102,7 @@ package System is
-- (Priority'First + Priority'Last) / 2
-- However, the default priority given by the OS is not the same thing as
- -- the Ada value Default_Prioirity (previous examples include VxWorks).
+ -- the Ada value Default_Priority (previous examples include VxWorks).
-- Therefore, we follow a model based on the full range of LynxOS-178
-- priorities.
diff --git a/gcc/ada/libgnat/system-lynxos178-x86.ads b/gcc/ada/libgnat/system-lynxos178-x86.ads
index b14f48b..e50cdcd 100644
--- a/gcc/ada/libgnat/system-lynxos178-x86.ads
+++ b/gcc/ada/libgnat/system-lynxos178-x86.ads
@@ -102,7 +102,7 @@ package System is
-- (Priority'First + Priority'Last) / 2
-- However, the default priority given by the OS is not the same thing as
- -- the Ada value Default_Prioirity (previous examples include VxWorks).
+ -- the Ada value Default_Priority (previous examples include VxWorks).
-- Therefore, we follow a model based on the full range of LynxOS-178
-- priorities.