aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
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/fortran/decl.c
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/fortran/decl.c')
-rw-r--r--gcc/fortran/decl.c2
1 files changed, 1 insertions, 1 deletions
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. */