From: Piotr Trojanek <troja...@adacore.com>

Minor typo in comment.

gcc/ada/

        * libgnat/a-except.ads (Save_Occurrence): Fix typo.

Tested on x86_64-pc-linux-gnu, committed on master.

---
 gcc/ada/libgnat/a-except.ads | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/libgnat/a-except.ads b/gcc/ada/libgnat/a-except.ads
index 5583bf5504d..d618f78e97a 100644
--- a/gcc/ada/libgnat/a-except.ads
+++ b/gcc/ada/libgnat/a-except.ads
@@ -120,7 +120,7 @@ package Ada.Exceptions is
 
    --  Ada 2005 (AI-438): The language revision introduces the following
    --  subprograms and attribute definitions. We do not provide them
-   --  explicitly. instead, the corresponding stream attributes are made
+   --  explicitly. Instead, the corresponding stream attributes are made
    --  available through a pragma Stream_Convert in the private part.
 
    --  procedure Read_Exception_Occurrence
-- 
2.40.0

Reply via email to