sem_aux.adb: Minor reformatting
authorRobert Dewar <dewar@adacore.com>
Fri, 10 Apr 2009 15:23:41 +0000 (15:23 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 10 Apr 2009 15:23:41 +0000 (17:23 +0200)
2009-04-10  Robert Dewar  <dewar@adacore.com>

* sem_aux.adb: Minor reformatting

From-SVN: r145922

gcc/ada/ChangeLog
gcc/ada/sem_aux.adb

index 05f268a3515974c8945f304d616596aa90baba1c..237d756d432f39f62283d5f4eb42ce210ec1ef04 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-10  Robert Dewar  <dewar@adacore.com>
+
+       * sem_aux.adb: Minor reformatting
+
 2009-04-10  Ed Falis  <falis@adacore.com>
 
        * init.c: Change VxWorks 6 stack overflow checking for kernel apps.
index 8d111a84a939f66186a7504b21ab7fdf63d869bf..9f7342a690cf04487b43fbbe8e77b4654c5091cb 100755 (executable)
@@ -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