Skip to content

Commit 0d29a01

Browse files
committed
[NFC] Fixed a comment
1 parent 51a9237 commit 0d29a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/OpenMPKinds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ bool isOpenMPCapturingDirective(OpenMPDirectiveKind DKind);
411411
/// directive that can be nested within region corresponding to construct
412412
/// on which order clause was specified with concurrent as ordering argument.
413413
/// \param DKind Specified directive.
414-
/// \param LangOpts Used for getting the OpenMP version
414+
/// \param LangOpts Used for getting the OpenMP version.
415415
/// \return true - if the above condition is met for this directive
416416
/// otherwise - false.
417417
bool isOpenMPOrderConcurrentNestableDirective(OpenMPDirectiveKind DKind,

0 commit comments

Comments
 (0)