aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSteven G. Kargl <kargls@comcast.net>2005-08-22 00:21:40 +0000
committerSteven G. Kargl <kargl@gcc.gnu.org>2005-08-22 00:21:40 +0000
commit46fa431d519149579d399fc323c68fbc8b085e5f (patch)
tree723f8b50edc0bd1f637fb9ef59089b047433c112 /gcc
parent332aade2ee1865af3555e63dfe55e2b289a0638a (diff)
downloadgcc-46fa431d519149579d399fc323c68fbc8b085e5f.zip
gcc-46fa431d519149579d399fc323c68fbc8b085e5f.tar.gz
gcc-46fa431d519149579d399fc323c68fbc8b085e5f.tar.bz2
* decl.c: Typo in comment.
From-SVN: r103330
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. */