decl.c, [...]: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 5 Nov 2005 20:43:15 +0000 (20:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 5 Nov 2005 20:43:15 +0000 (20:43 +0000)
* decl.c, trans-decl.c: Fix comment typos.
* gfortran.texi: Fix a typo.

From-SVN: r106534

gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/gfortran.texi
gcc/fortran/trans-decl.c

index 8adf0bc9797a71bbfa3b5a77587ecedb9bdec95e..f41ac4a04bdf651eea00a6c987d5c90ff4274f71 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-05  Kazu Hirata  <kazu@codesourcery.com>
+
+       * decl.c, trans-decl.c: Fix comment typos.
+       * gfortran.texi: Fix a typo.
+
 2005-11-05  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        * intrinsic.c (add_functions): Add function version of TTYNAM.
index f7734e1b6c71c7bc1d3175d81f3cf8d5d76d230a..aaad320971bb436e8336766738d2c5cabf797972 100644 (file)
@@ -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)
     {
index 5b71f244911e9008c417d4cab1891bbaacca9be2..92a6d5f4593f3ed5638b5a7f1e2c21007e2fbd11 100644 (file)
@@ -780,7 +780,7 @@ are stored as byte strings, one character per byte.
 @command{gfortran} supports Hollerith constants. They can be used as the right
 hands in the @code{DATA} statement and @code{ASSIGN} statement, also as the
 arguments. The left hands can be of Integer, Real, Complex and Logical type.
-The constant will be padded or trancated to fit the size of left hand.
+The constant will be padded or truncated to fit the size of left hand.
 
 Valid Hollerith constants examples:
 @smallexample
index 6b349a854a6d8970f314e7897f40ca69f6e8b8e8..b44cd8fbf17b564fd6e55d371040ef18ea6caf8a 100644 (file)
@@ -372,7 +372,7 @@ gfc_finish_cray_pointee (tree decl, gfc_symbol *sym)
   if (sym->attr.dimension
       && TREE_CODE (TREE_TYPE (decl)) == POINTER_TYPE) 
     {  
-      /* These decls will be derefenced later, so we don't dereference
+      /* These decls will be dereferenced later, so we don't dereference
         them here.  */
       value = convert (TREE_TYPE (decl), ptr_decl);
     }