Skip to content

Commit 1c3955f

Browse files
committed
[clang][OpenMP] Fix typo in comment, NFC
1 parent b5f7b69 commit 1c3955f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/OpenMPClause.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class OMPOneStmtClause : public Base {
191191
};
192192

193193
/// Class that handles pre-initialization statement for some clauses, like
194-
/// 'shedule', 'firstprivate' etc.
194+
/// 'schedule', 'firstprivate' etc.
195195
class OMPClauseWithPreInit {
196196
friend class OMPClauseReader;
197197

0 commit comments

Comments
 (0)