diff mbox series

[committed] openmp: Fix typo in diagnostics [PR109314]

Message ID ZCK2yWURbV7ufT+p@tucnak
State New
Headers show
Series [committed] openmp: Fix typo in diagnostics [PR109314] | expand

Commit Message

Jakub Jelinek March 28, 2023, 9:43 a.m. UTC
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.


	Jakub
diff mbox series

Patch

--- 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;
 	}