public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] openmp: Fix typo in diagnostics [PR109314]
@ 2023-03-28  9:43 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2023-03-28  9:43 UTC (permalink / raw)
  To: gcc-patches

Hi!

Trivial typo fix.

Committed to trunk.

2023-03-28  Jakub Jelinek  <jakub@redhat.com>

	PR fortran/109314
	* openmp.cc (gfc_omp_absent_contains_clause): Fix typo in diagnostics
	- composit -> composite.

--- gcc/fortran/openmp.cc.jj	2023-02-16 10:13:23.813209002 +0100
+++ gcc/fortran/openmp.cc	2023-03-28 11:35:09.367458166 +0200
@@ -1528,7 +1528,7 @@ gfc_omp_absent_contains_clause (gfc_omp_
 	  if (st == ST_NONE)
 	    gfc_error ("Unknown directive at %L", &old_loc);
 	  else
-	    gfc_error ("Invalid combined or composit directive at %L",
+	    gfc_error ("Invalid combined or composite directive at %L",
 		       &old_loc);
 	  return MATCH_ERROR;
 	}

	Jakub


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

only message in thread, other threads:[~2023-03-28  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  9:43 [committed] openmp: Fix typo in diagnostics [PR109314] Jakub Jelinek

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).