public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-348] [Ada] Fix typo in comment
@ 2022-05-12 12:40 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-05-12 12:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835

commit r13-348-g7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835
Author: Etienne Servais <servais@adacore.com>
Date:   Mon Feb 7 15:34:01 2022 +0100

    [Ada] Fix typo in comment
    
    gcc/ada/
    
            * sem_ch3.adb (Find_Type_Of_Object): Remove duplicate "i" in
            comment.

Diff:
---
 gcc/ada/sem_ch3.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb
index 133178f982e..29aa3be22b4 100644
--- a/gcc/ada/sem_ch3.adb
+++ b/gcc/ada/sem_ch3.adb
@@ -18278,7 +18278,7 @@ package body Sem_Ch3 is
          --  If In_Spec_Expression, for example within a pre/postcondition,
          --  provide enough information for use of the subtype without
          --  depending on full analysis and freezing, which will happen when
-         --  building the correspondiing subprogram.
+         --  building the corresponding subprogram.
 
          if In_Spec_Expression then
             Analyze (Subtype_Mark (Obj_Def));


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-12 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12 12:40 [gcc r13-348] [Ada] Fix typo in comment Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).