aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-11-05 20:43:15 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-11-05 20:43:15 +0000
commit831d78138036d234b10f475b4b03070c07437a33 (patch)
treec1899e2f344409d79e960ad2dca13c9084a91ada /gcc/fortran/decl.c
parentdd36d4e1da63d53dadd70ab711422ff925c6ee45 (diff)
downloadgcc-831d78138036d234b10f475b4b03070c07437a33.zip
gcc-831d78138036d234b10f475b4b03070c07437a33.tar.gz
gcc-831d78138036d234b10f475b4b03070c07437a33.tar.bz2
decl.c, [...]: Fix comment typos.
* decl.c, trans-decl.c: Fix comment typos. * gfortran.texi: Fix a typo. From-SVN: r106534
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 f7734e1..aaad320 100644
--- a/gcc/fortran/decl.c
+++ b/gcc/fortran/decl.c
@@ -702,7 +702,7 @@ gfc_set_constant_character_len (int len, gfc_expr * expr)
}
-/* Function to create and update the enumumerator history
+/* Function to create and update the enumerator history
using the information passed as arguments.
Pointer "max_enum" is also updated, to point to
enum history node containing largest initializer.
@@ -1982,7 +1982,7 @@ match_attr_spec (void)
}
}
- /* If we are parsing an enumeration and have enusured that no other
+ /* If we are parsing an enumeration and have ensured that no other
attributes are present we can now set the parameter attribute. */
if (gfc_current_state () == COMP_ENUM)
{