diff options
author | Etienne Servais <servais@adacore.com> | 2022-02-07 15:34:01 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2022-05-12 12:38:34 +0000 |
commit | 7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835 (patch) | |
tree | 96cef077a36720f7027cac249ab9b19fe6511409 /gcc | |
parent | 7a4892d2279066f5892a2b6a8c511689631d8f09 (diff) | |
download | gcc-7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835.zip gcc-7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835.tar.gz gcc-7a60ba4c831a6d5e0d58cdfa64ddcb7c6ac09835.tar.bz2 |
[Ada] Fix typo in comment
gcc/ada/
* sem_ch3.adb (Find_Type_Of_Object): Remove duplicate "i" in
comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sem_ch3.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 133178f..29aa3be 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)); |