]> sourceware.org Git - glibc.git/commitdiff
Fix comment in mcheck.h
authorUlrich Drepper <drepper@gmail.com>
Sat, 3 Dec 2011 12:14:40 +0000 (07:14 -0500)
committerUlrich Drepper <drepper@gmail.com>
Sat, 3 Dec 2011 12:14:40 +0000 (07:14 -0500)
ChangeLog
malloc/mcheck.h

index 6763ac1c2741c8b85aa637c2e62e467eec373ea5..212fb6c1498cb4715cbbe7cbe3d844c30c9ffddf 100644 (file)
--- a/ChangeLog
+++ b/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
index 225f21e1a34d86dcadbce5c6d2b08f3e266724b4..462b944af20c90db1c212013e4731c14338b57de 100644 (file)
@@ -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
@@ -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;
 
This page took 0.047981 seconds and 5 git commands to generate.