]> granicus.if.org Git - clang/commitdiff
Fix a documentation error
authorKristof Umann <kristof.umann@ericsson.com>
Fri, 20 Sep 2019 18:28:04 +0000 (18:28 +0000)
committerKristof Umann <kristof.umann@ericsson.com>
Fri, 20 Sep 2019 18:28:04 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372419 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/MallocChecker.cpp

index 144096f8087f72a4bee7a16b21b58910c392a6c7..27a40e35d642ba14330b5c1eeaf725fc6b95f510 100644 (file)
@@ -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