summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Basic/Diagnostic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/Diagnostic.h b/clang/include/clang/Basic/Diagnostic.h
index 0a1b5405f51..f9764d18ef9 100644
--- a/clang/include/clang/Basic/Diagnostic.h
+++ b/clang/include/clang/Basic/Diagnostic.h
@@ -654,7 +654,7 @@ public:
/// \param DiagID A member of the @c diag::kind enum.
/// \param Loc Represents the source location associated with the diagnostic,
/// which can be an invalid location if no position information is available.
- /// \param FlagNameValue A string that represents the value that triggered
+ /// \param Val A string that represents the value that triggered
/// this diagnostic. If given, this value will be emitted as "=value"
/// after the flag name.
inline DiagnosticBuilder Report(SourceLocation Loc, unsigned DiagID,
OpenPOWER on IntegriCloud