[clang] 1c3955f - [clang][OpenMP] Fix typo in comment, NFC
Krzysztof Parzyszek via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 20 08:07:25 PDT 2024
Author: Krzysztof Parzyszek
Date: 2024-08-20T10:07:19-05:00
New Revision: 1c3955f9dff9b653be88d5dea5bc3cd007904e90
URL: https://github.com/llvm/llvm-project/commit/1c3955f9dff9b653be88d5dea5bc3cd007904e90
DIFF: https://github.com/llvm/llvm-project/commit/1c3955f9dff9b653be88d5dea5bc3cd007904e90.diff
LOG: [clang][OpenMP] Fix typo in comment, NFC
Added:
Modified:
clang/include/clang/AST/OpenMPClause.h
Removed:
################################################################################
diff --git a/clang/include/clang/AST/OpenMPClause.h b/clang/include/clang/AST/OpenMPClause.h
index c1b9e0dbafb6c3..3a1d6852d2a708 100644
--- a/clang/include/clang/AST/OpenMPClause.h
+++ b/clang/include/clang/AST/OpenMPClause.h
@@ -191,7 +191,7 @@ class OMPOneStmtClause : public Base {
};
/// Class that handles pre-initialization statement for some clauses, like
-/// 'shedule', 'firstprivate' etc.
+/// 'schedule', 'firstprivate' etc.
class OMPClauseWithPreInit {
friend class OMPClauseReader;
More information about the cfe-commits
mailing list