aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_aux.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2009-04-10 15:23:41 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-10 17:23:41 +0200
commitab8e1b353ed60724667bfeaf0d07fc37c9fffff4 (patch)
treedc5345b2197969cf2b9673f3ba7c666c4fb65ec7 /gcc/ada/sem_aux.adb
parent1ca3588143735b0fc093821b6deed6a749ef72b9 (diff)
downloadgcc-ab8e1b353ed60724667bfeaf0d07fc37c9fffff4.zip
gcc-ab8e1b353ed60724667bfeaf0d07fc37c9fffff4.tar.gz
gcc-ab8e1b353ed60724667bfeaf0d07fc37c9fffff4.tar.bz2
sem_aux.adb: Minor reformatting
2009-04-10 Robert Dewar <dewar@adacore.com> * sem_aux.adb: Minor reformatting From-SVN: r145922
Diffstat (limited to 'gcc/ada/sem_aux.adb')
-rwxr-xr-xgcc/ada/sem_aux.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_aux.adb b/gcc/ada/sem_aux.adb
index 8d111a8..9f7342a 100755
--- a/gcc/ada/sem_aux.adb
+++ b/gcc/ada/sem_aux.adb
@@ -169,8 +169,8 @@ package body Sem_Aux is
-- Normal case, search enclosing scopes
- -- Note: the test for Present (S) should not be required, it is a
- -- defence against an ill-formed tree.
+ -- Note: the test for Present (S) should not be required, it defends
+ -- against an ill-formed tree.
S := Scope (Ent);
loop