From: Kristof Umann Date: Fri, 20 Sep 2019 18:28:04 +0000 (+0000) Subject: Fix a documentation error X-Git-Tag: llvmorg-11-init~8735 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96be6f485c733c990d01c60f0dc6ae11b3974eea;p=platform%2Fupstream%2Fllvm.git Fix a documentation error llvm-svn: 372419 --- diff --git a/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp index 144096f..27a40e3 100644 --- a/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp @@ -550,7 +550,7 @@ private: /// Models memory reallocation. /// /// \param [in] CE The expression that reallocated memory - /// \param [in] FreesMemOnFailure Whether if reallocation fails, the supplied + /// \param [in] ShouldFreeOnFail Whether if reallocation fails, the supplied /// memory should be freed. /// \param [in] State The \c ProgramState right before reallocation. /// \param [in] SuffixWithN Whether the reallocation function we're modeling