aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-16 16:00:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-16 16:00:45 +0000
commit1f2959f06e9093dfc6e717e0839988046883b8bb (patch)
treed4390e21373fcfa884178f5708c587e4da66100a /gcc/fortran/module.c
parentd1f05f931e1689f7a0811acc39379831d40dcea9 (diff)
downloadgcc-1f2959f06e9093dfc6e717e0839988046883b8bb.zip
gcc-1f2959f06e9093dfc6e717e0839988046883b8bb.tar.gz
gcc-1f2959f06e9093dfc6e717e0839988046883b8bb.tar.bz2
array.c, [...]: Fix comment typos.
* array.c, data.c, decl.c, dependency.c, error.c, f95-lang.c, interface.c, intrinsic.c, io.c, misc.c, module.c, parse.h, resolve.c, scanner.c, trans-array.c, trans-array.h, trans-common.c, trans-const.h, trans-decl.c, trans-expr.c, trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.c, trans.h: Fix comment typos. Follow spelling conventions. From-SVN: r87605
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r--gcc/fortran/module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c
index c5a94d2..5eaf8fb 100644
--- a/gcc/fortran/module.c
+++ b/gcc/fortran/module.c
@@ -78,7 +78,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#define MODULE_EXTENSION ".mod"
-/* Structure that descibes a position within a module file */
+/* Structure that describes a position within a module file */
typedef struct
{
@@ -1706,7 +1706,7 @@ done:
gfc_ref structure), find the corresponding array specification
structure. Storing the pointer in the ref structure doesn't quite
work when loading from a module. Generating code for an array
- reference also needs more infomation than just the array spec. */
+ reference also needs more information than just the array spec. */
static const mstring array_ref_types[] = {
minit ("FULL", AR_FULL),