+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
"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, defined assignment for each nonpointer
- nonallocatable component of a type that has a type-bound defined
+ 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, ..."