From 46fa431d519149579d399fc323c68fbc8b085e5f Mon Sep 17 00:00:00 2001 From: "Steven G. Kargl" Date: Mon, 22 Aug 2005 00:21:40 +0000 Subject: [PATCH] * decl.c: Typo in comment. From-SVN: r103330 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/decl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ee144e44a4a..7fcd0ed700d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-08-21 Steven G. Kargl + + * decl.c: Typo in comment. + 2005-08-21 Steven G. Kargl * array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535. diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index ce47150b76d..6062627cae3 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -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. */ -- 2.30.2