From 5957283fa4958afc18ca718405417d742332d66c Mon Sep 17 00:00:00 2001 From: Erwan Le Guillou Date: Thu, 3 Dec 2020 20:22:20 +0100 Subject: [PATCH] [Ada] Fix small typo in comments. gcc/ada/ * libgnat/system-lynxos178-ppc.ads, libgnat/system-lynxos178-x86.ads: Fix small typo in comments. --- gcc/ada/libgnat/system-lynxos178-ppc.ads | 2 +- gcc/ada/libgnat/system-lynxos178-x86.ads | 2 +- 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 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. -- 2.30.2