diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2023-04-25 17:43:09 +0200 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2023-07-28 09:28:13 +0200 |
commit | 7e448f3c3dfb53a0d9e0b67c2fef566a56942596 (patch) | |
tree | 8edcd982c30c81c81101b03b852f61a1bd5a5b04 | |
parent | 02cda19cc998905dc2319407d7e49a2d48ec9af2 (diff) | |
download | gcc-7e448f3c3dfb53a0d9e0b67c2fef566a56942596.zip gcc-7e448f3c3dfb53a0d9e0b67c2fef566a56942596.tar.gz gcc-7e448f3c3dfb53a0d9e0b67c2fef566a56942596.tar.bz2 |
ada: Fix typo in comment of Ada.Exceptions.Save_Occurrence
Minor typo in comment.
gcc/ada/
* libgnat/a-except.ads (Save_Occurrence): Fix typo.
-rw-r--r-- | gcc/ada/libgnat/a-except.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/a-except.ads b/gcc/ada/libgnat/a-except.ads index 5583bf5..d618f78 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 |