From: Erwan Le Guillou Date: Thu, 3 Dec 2020 19:22:20 +0000 (+0100) Subject: [Ada] Fix small typo in comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5957283fa4958afc18ca718405417d742332d66c;p=gcc.git [Ada] Fix small typo in comments. gcc/ada/ * libgnat/system-lynxos178-ppc.ads, libgnat/system-lynxos178-x86.ads: Fix small typo in comments. --- diff --git a/gcc/ada/libgnat/system-lynxos178-ppc.ads b/gcc/ada/libgnat/system-lynxos178-ppc.ads index 70de803a73d..4c65e9ac17c 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 b14f48b2082..e50cdcdaa0e 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.