Skip to content

Commit c213826

Browse files
fix typo
1 parent 41c3a59 commit c213826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Parse/Parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5164,7 +5164,7 @@ class Parser : public CodeCompletionHandler {
51645164
/// ParseCXXReflectExpression - parses the operand of reflection operator
51655165
/// \param DoubleCaretLoc the location of the double caret operator
51665166
///
5167-
/// \returns on success, a expression holdiing the constructed CXXReflectExpr;
5167+
/// \returns on success, a expression holding the constructed CXXReflectExpr;
51685168
/// on failture, an ExprError
51695169
ExprResult ParseCXXReflectExpression(SourceLocation DoubleCaretLoc);
51705170

0 commit comments

Comments
 (0)