OSDN Git Service

* decl.c: Typo in comment.
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Aug 2005 00:21:40 +0000 (00:21 +0000)
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Aug 2005 00:21:40 +0000 (00:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103330 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/decl.c

index ee144e4..7fcd0ed 100644 (file)
@@ -1,5 +1,9 @@
 2005-08-21  Steven G. Kargl  <kargls@comcast.net>
 
+       * decl.c: Typo in comment.
+
+2005-08-21  Steven G. Kargl  <kargls@comcast.net>
+
        * array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.
 
 2005-08-21  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
index ce47150..6062627 100644 (file)
@@ -32,7 +32,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
 
 static int old_char_selector;
 
-/* When variables aquire types and attributes from a declaration
+/* When variables acquire types and attributes from a declaration
    statement, they get them from the following static variables.  The
    first part of a declaration sets these variables and the second
    part copies these into symbol structures.  */