* decl.c: Typo in comment.

From-SVN: r103330
This commit is contained in:
Steven G. Kargl 2005-08-22 00:21:40 +00:00 committed by Steven G. Kargl
parent 332aade2ee
commit 46fa431d51
2 changed files with 5 additions and 1 deletions

View 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.

View 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. */