Skip to content

Commit 0e56ade

Browse files
committed
Fix comment string
1 parent 0684ecf commit 0e56ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/CommentParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class Parser {
100100
ArrayRef<Comment::Argument>
101101
parseCommandArgs(TextTokenRetokenizer &Retokenizer, unsigned NumArgs);
102102

103-
/// Parse arguments for \\throws command supported args are in form of class
103+
/// Parse arguments for \throws command supported args are in form of class
104104
/// or template.
105105
ArrayRef<Comment::Argument>
106106
parseThrowCommandArgs(TextTokenRetokenizer &Retokenizer, unsigned NumArgs);

0 commit comments

Comments
 (0)