* decl.c: Typo in comment.
authorSteven G. Kargl <kargls@comcast.net>
Mon, 22 Aug 2005 00:21:40 +0000 (00:21 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 22 Aug 2005 00:21:40 +0000 (00:21 +0000)
From-SVN: r103330

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

index ee144e44a4ae574230301636c146c81fb46509ff..7fcd0ed700d189da8ec2f582ff8c57724616bf3a 100644 (file)
@@ -1,3 +1,7 @@
+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.
index ce47150b76df97bd45da037044f3d308acba7ee1..6062627cae3b301f84dd31b6ed170dc7a6e840f8 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.  */