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 a3b4442334457bb01602ce20ac0b35b6a8fb0c80..2b818213b695a44fd6cf439bebfbb84ada02f14c 100644 (file)
@@ -1,3 +1,8 @@
+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
index da8aaa1ae7ba2bbafdd5a3b51d567edce0f2df68..7363e0643b92fbdf2124ce845be540952e0bb184 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, ..."