diff mbox series

[COMMITTED] hooks.c: Remove incorrect comment

Message ID 20210704124642.479717-1-siddhesh@sourceware.org
State New
Headers show
Series [COMMITTED] hooks.c: Remove incorrect comment | expand

Commit Message

Siddhesh Poyarekar July 4, 2021, 12:46 p.m. UTC
The comment about different values of glibc.malloc.check is no longer
valid.
---
 malloc/hooks.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/malloc/hooks.c b/malloc/hooks.c
index 57a9b55788..daa5c7cfae 100644
--- a/malloc/hooks.c
+++ b/malloc/hooks.c
@@ -17,10 +17,6 @@ 
    License along with the GNU C Library; see the file COPYING.LIB.  If
    not, see <https://www.gnu.org/licenses/>.  */
 
-/* What to do if the standard debugging hooks are in place and a
-   corrupt pointer is detected: do nothing (0), print an error message
-   (1), or call abort() (2). */
-
 /* Hooks for debugging versions.  The initial hooks just call the
    initialization routine, then do the normal work. */