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)
llvm-svn: 372419

clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp

index 144096f..27a40e3 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