Skip to content

Commit a43d2f6

Browse files
authored
[Flang][OpenMP] NFC: Fix typo in include guard (#91593)
1 parent b1161b2 commit a43d2f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flang/lib/Lower/OpenMP/ClauseProcessor.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Coding style: https://mlir.llvm.org/getting_started/DeveloperGuide/
1010
//
1111
//===----------------------------------------------------------------------===//
12-
#ifndef FORTRAN_LOWER_CLAUASEPROCESSOR_H
13-
#define FORTRAN_LOWER_CLAUASEPROCESSOR_H
12+
#ifndef FORTRAN_LOWER_CLAUSEPROCESSOR_H
13+
#define FORTRAN_LOWER_CLAUSEPROCESSOR_H
1414

1515
#include "Clauses.h"
1616
#include "DirectivesCommon.h"
@@ -312,4 +312,4 @@ bool ClauseProcessor::markClauseOccurrence(mlir::UnitAttr &result) const {
312312
} // namespace lower
313313
} // namespace Fortran
314314

315-
#endif // FORTRAN_LOWER_CLAUASEPROCESSOR_H
315+
#endif // FORTRAN_LOWER_CLAUSEPROCESSOR_H

0 commit comments

Comments
 (0)