aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
diff options
context:
space:
mode:
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)
{