diff options
-rw-r--r-- | clang/include/clang/Sema/Sema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h index 2ca896254d0..db7b6f954c1 100644 --- a/clang/include/clang/Sema/Sema.h +++ b/clang/include/clang/Sema/Sema.h @@ -7699,7 +7699,7 @@ private: OpenMPClauseKind CKind); public: /// \brief Check if the specified variable is used in a private clause in - /// \brief Checks if the specified variable is used in one of the private + /// Checks if the specified variable is used in one of the private /// clauses in OpenMP constructs. bool IsOpenMPCapturedVar(VarDecl *VD); |