From cb8d96e72f4c41b86738a5347a5c15e98037f358 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 4 Sep 2021 15:06:53 +0100 Subject: [PATCH] Fix Wdocumentation unknown parameter warning. NFCI. --- llvm/lib/ProfileData/SampleProfReader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/ProfileData/SampleProfReader.cpp b/llvm/lib/ProfileData/SampleProfReader.cpp index 71f2035..fae5cac 100644 --- a/llvm/lib/ProfileData/SampleProfReader.cpp +++ b/llvm/lib/ProfileData/SampleProfReader.cpp @@ -57,7 +57,7 @@ static cl::opt ProfileIsFSDisciminator( /// Dump the function profile for \p FName. /// -/// \param FName Name of the function to print. +/// \param FContext Name + context of the function to print. /// \param OS Stream to emit the output to. void SampleProfileReader::dumpFunctionProfile(SampleContext FContext, raw_ostream &OS) { -- 2.7.4