Fix doxygen comment.
authorAdrian Prantl <aprantl@apple.com>
Tue, 23 Oct 2018 19:39:02 +0000 (19:39 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 23 Oct 2018 19:39:02 +0000 (19:39 +0000)
llvm-svn: 345071

clang/include/clang/AST/DeclTemplate.h

index 1a3cb69..9e01c49 100644 (file)
@@ -1093,7 +1093,7 @@ public:
   /// template.
   ArrayRef<TemplateArgument> getInjectedTemplateArgs();
 
-  /// Merge \param Prev with our RedeclarableTemplateDecl::Common.
+  /// Merge \p Prev with our RedeclarableTemplateDecl::Common.
   void mergePrevDecl(FunctionTemplateDecl *Prev);
 
   /// Create a function template node.