public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [Committed] Fix typo in comment.
@ 2018-01-08 20:49 Steve Kargl
  0 siblings, 0 replies; only message in thread
From: Steve Kargl @ 2018-01-08 20:49 UTC (permalink / raw)
  To: fortran, gcc-patches

Committed as obvious.

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 256351)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2018-01-08  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+	* expr.c (gfc_check_pointer_assign): Fix typo in comment.
+
 2018-01-08  Paul Thomas  <pault@gcc.gnu.org>
 
 	PR fortran/83611
Index: expr.c
===================================================================
--- expr.c	(revision 256351)
+++ expr.c	(working copy)
@@ -3911,7 +3911,7 @@ gfc_check_pointer_assign (gfc_expr *lvalue, gfc_expr *
 
   /* Error for assignments of contiguous pointers to targets which is not
      contiguous.  Be lenient in the definition of what counts as
-     congiguous.  */
+     contiguous.  */
 
   if (lhs_attr.contiguous && !gfc_is_simply_contiguous (rvalue, false, true))
     gfc_error ("Assignment to contiguous pointer from non-contiguous "

-- 
Steve

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-08 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-08 20:49 [Committed] Fix typo in comment Steve Kargl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).