[flang-commits] [flang] c57d249 - [flang][NFC] Fix typo

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Fri Jul 28 13:50:47 PDT 2023


Author: Valentin Clement
Date: 2023-07-28T13:50:31-07:00
New Revision: c57d249cd917324917c4b56174ade3c4fbae57a6

URL: https://github.com/llvm/llvm-project/commit/c57d249cd917324917c4b56174ade3c4fbae57a6
DIFF: https://github.com/llvm/llvm-project/commit/c57d249cd917324917c4b56174ade3c4fbae57a6.diff

LOG: [flang][NFC] Fix typo

Added: 
    

Modified: 
    flang/lib/Semantics/check-directive-structure.h

Removed: 
    


################################################################################
diff  --git a/flang/lib/Semantics/check-directive-structure.h b/flang/lib/Semantics/check-directive-structure.h
index d1e7082410ecfa..5dc1d7b4885578 100644
--- a/flang/lib/Semantics/check-directive-structure.h
+++ b/flang/lib/Semantics/check-directive-structure.h
@@ -156,7 +156,7 @@ template <typename D> class NoBranchingEnforce {
 // Generic structure checker for directives/clauses language such as OpenMP
 // and OpenACC.
 // typename D is the directive enumeration.
-// tyepname C is the clause enumeration.
+// typename C is the clause enumeration.
 // typename PC is the parser class defined in parse-tree.h for the clauses.
 template <typename D, typename C, typename PC, std::size_t ClauseEnumSize>
 class DirectiveStructureChecker : public virtual BaseChecker {


        


More information about the flang-commits mailing list