aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-07-07 13:15:40 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-07-07 13:15:40 +0000
commit86bf520d746a7bbacbe47520a119800d75268e01 (patch)
tree1626fc2ae5d875b358c586381c0d968e1b8da61c /gcc/fortran/decl.c
parent6ed3da0066019f8902326857ca7b9cfb5dafab89 (diff)
downloadgcc-86bf520d746a7bbacbe47520a119800d75268e01.zip
gcc-86bf520d746a7bbacbe47520a119800d75268e01.tar.gz
gcc-86bf520d746a7bbacbe47520a119800d75268e01.tar.bz2
decl.c, [...]: Fix comment typos.
* decl.c, gfortran.h, interface.c, module.c, resolve.c, trans-array.c, trans-decl.c: Fix comment typos. Follow spelling conventions. * intrinsic.texi: Fix typos. Follow spelling conventions. From-SVN: r126440
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r--gcc/fortran/decl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c
index f103376..f0dbea2 100644
--- a/gcc/fortran/decl.c
+++ b/gcc/fortran/decl.c
@@ -4017,7 +4017,7 @@ gfc_match_subroutine (void)
/* Match a BIND(C) specifier, with the optional 'name=' specifier if
given, and set the binding label in either the given symbol (if not
- NULL), or in the current_ts. The symbol may be NULL becuase we may
+ NULL), or in the current_ts. The symbol may be NULL because we may
encounter the BIND(C) before the declaration itself. Return
MATCH_NO if what we're looking at isn't a BIND(C) specifier,
MATCH_ERROR if it is a BIND(C) clause but an error was encountered,
@@ -4915,7 +4915,7 @@ syntax:
}
-/* The PRIVATE statement is a bit weird in that it can be a attribute
+/* The PRIVATE statement is a bit weird in that it can be an attribute
declaration, but also works as a standlone statement inside of a
type declaration or a module. */