From: Simon Pilgrim Date: Wed, 5 Sep 2018 10:44:03 +0000 (+0000) Subject: Fix -Wdocumentation warning. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94bebbfde406ca96038e68c0bce090e1f6db9aa2;p=clang Fix -Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index 2f4d182616..4d09a9964c 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -6385,7 +6385,7 @@ static NullabilityKind mapNullabilityAttrKind(ParsedAttr::Kind kind) { /// /// \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.