diff options
author | Ramon Fernandez <fernandez@adacore.com> | 2006-02-17 17:09:11 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2006-02-17 17:09:11 +0100 |
commit | 47dd40babb7af080ee9935406111a17ec3f87a0b (patch) | |
tree | 595ec323529782b06dead213612ac6f6707b874d /gcc/ada/expander.adb | |
parent | f813ac73e9991904d0aec7b4f59a12563b9882e3 (diff) | |
download | gcc-47dd40babb7af080ee9935406111a17ec3f87a0b.zip gcc-47dd40babb7af080ee9935406111a17ec3f87a0b.tar.gz gcc-47dd40babb7af080ee9935406111a17ec3f87a0b.tar.bz2 |
expander.adb: Fix typo in comment
2006-02-17 Ramon Fernandez <fernandez@adacore.com>
Thomas Quinot <quinot@adacore.com>
Robert Dewar <dewar@adacore.com>
Javier Miranda <miranda@adacore.com>
* expander.adb: Fix typo in comment
* exp_pakd.adb: Fix typo
Minor comment reformatting.
* g-dyntab.adb: Minor reformatting
* exp_ch6.adb (Register_Interface_DT_Entry): Traverse the list of
aliased subprograms to look for the abstract interface subprogram.
From-SVN: r111199
Diffstat (limited to 'gcc/ada/expander.adb')
-rw-r--r-- | gcc/ada/expander.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/expander.adb b/gcc/ada/expander.adb index 1c75aa0..1c732ce 100644 --- a/gcc/ada/expander.adb +++ b/gcc/ada/expander.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -75,7 +75,7 @@ package body Expander is procedure Expand (N : Node_Id) is begin -- If we were analyzing a default expression the Full_Analysis flag - -- must have be off. If we are in expansion mode then we must be + -- must be off. If we are in expansion mode then we must be -- performing a full analysis. If we are analyzing a generic then -- Expansion must be off. |