r341460 - Fix -Wdocumentation warning. NFCI.
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 5 03:44:03 PDT 2018
Author: rksimon
Date: Wed Sep 5 03:44:03 2018
New Revision: 341460
URL: http://llvm.org/viewvc/llvm-project?rev=341460&view=rev
Log:
Fix -Wdocumentation warning. NFCI.
Modified:
cfe/trunk/lib/Sema/SemaType.cpp
Modified: cfe/trunk/lib/Sema/SemaType.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaType.cpp?rev=341460&r1=341459&r2=341460&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaType.cpp (original)
+++ cfe/trunk/lib/Sema/SemaType.cpp Wed Sep 5 03:44:03 2018
@@ -6385,7 +6385,7 @@ static NullabilityKind mapNullabilityAtt
///
/// \param attr The attribute as written on the type.
///
-/// \param allowArrayTypes Whether to accept nullability specifiers on an
+/// \param allowOnArrayType Whether to accept nullability specifiers on an
/// array type (e.g., because it will decay to a pointer).
///
/// \returns true if a problem has been diagnosed, false on success.
More information about the cfe-commits
mailing list