Fix Wdocumentation unknown parameter warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 4 Sep 2021 14:06:53 +0000 (15:06 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 4 Sep 2021 14:06:53 +0000 (15:06 +0100)
llvm/lib/ProfileData/SampleProfReader.cpp

index 71f2035..fae5cac 100644 (file)
@@ -57,7 +57,7 @@ static cl::opt<bool> 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) {