Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix comment in mcheck.h
  • Loading branch information
Ulrich Drepper committed Dec 3, 2011
1 parent 3a96549 commit 8a426e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2011-12-03 Ulrich Drepper <drepper@gmail.com>

* malloc/mcheck.h: Fix use of incorrect encoding in comment.

2011-12-02 Ulrich Drepper <drepper@gmail.com>

* nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
Expand Down
4 changes: 2 additions & 2 deletions malloc/mcheck.h
@@ -1,4 +1,4 @@
/* Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
/* Copyright (C) 1996,1997,1998,1999,2000,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -41,7 +41,7 @@ enum mcheck_status
null, the standard function prints on stderr and then calls `abort'. */
extern int mcheck (void (*__abortfunc) (enum mcheck_status)) __THROW;

/* Similar to `mcheck´ but performs checks for all block whenever one of
/* Similar to `mcheck' but performs checks for all block whenever one of
the memory handling functions is called. This can be very slow. */
extern int mcheck_pedantic (void (*__abortfunc) (enum mcheck_status)) __THROW;

Expand Down

0 comments on commit 8a426e1

Please sign in to comment.