]> granicus.if.org Git - clang/commitdiff
Fix -Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 5 Sep 2018 10:44:03 +0000 (10:44 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 5 Sep 2018 10:44:03 +0000 (10:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341460 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaType.cpp

index 2f4d1826165b4e6520bd7d9e6dca99d6c4d51c04..4d09a9964c786475fcbf847f7d42e90621b3d950 100644 (file)
@@ -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.