Skip to content

Commit d0d0ab7

Browse files
typo fix
1 parent c213826 commit d0d0ab7

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 holding the constructed CXXReflectExpr;
5167+
/// \returns on success, an expression holding the constructed CXXReflectExpr;
51685168
/// on failture, an ExprError
51695169
ExprResult ParseCXXReflectExpression(SourceLocation DoubleCaretLoc);
51705170

0 commit comments

Comments
 (0)