aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/decl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index ee144e4..7fcd0ed 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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>
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c
index ce47150..6062627 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. */