resolve.c (nonscalar_typebound_assign): Fix typos in comment.
authorSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 21 Sep 2015 21:40:26 +0000 (21:40 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 21 Sep 2015 21:40:26 +0000 (21:40 +0000)
2015-09-21  Steven G. Kargl  <kargl@gcc.gnu.org>

* resolve.c (nonscalar_typebound_assign): Fix typos in comment.

From-SVN: r227985

gcc/fortran/ChangeLog
gcc/fortran/resolve.c

index a3b4442..2b81821 100644 (file)
@@ -1,5 +1,10 @@
 2015-09-21  Steven G. Kargl  <kargl@gcc.gnu.org>
 
+       * resolve.c (nonscalar_typebound_assign): Fix typos in comment.
+
+2015-09-21  Steven G. Kargl  <kargl@gcc.gnu.org>
+
        PR fortran/67615
        * resolve.c (gfc_resolve_code): Check for scalar expression in 
        arithmetic-if.
index da8aaa1..7363e06 100644 (file)
@@ -9844,8 +9844,8 @@ nonscalar_typebound_assign (gfc_symbol *derived, int depth)
    "An intrinsic assignment where the variable is of derived type is
    performed as if each component of the variable were assigned from the
    corresponding component of expr using pointer assignment (7.2.2) for
-   each pointer component, dened assignment for each nonpointer
-   nonallocatable component of a type that has a type-bound dened
+   each pointer component, defined assignment for each nonpointer
+   nonallocatable component of a type that has a type-bound defined
    assignment consistent with the component, intrinsic assignment for
    each other nonpointer nonallocatable component, ..."