aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc_hook.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-08 09:56:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-08 09:56:56 +0000
commitd9bfdb9c217823eec9258ab215c4b39851687c3c (patch)
treea81e59d01da2d46d259afdf639481357662e1378 /man3/malloc_hook.3
parent21be2ec1f86e8ea39abd65dec35ab8fb0a2538a6 (diff)
downloadman-pages-d9bfdb9c217823eec9258ab215c4b39851687c3c.tar.gz
Convert to American spelling conventions
Diffstat (limited to 'man3/malloc_hook.3')
-rw-r--r--man3/malloc_hook.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3
index 11a8c0c61d..2bd4386daf 100644
--- a/man3/malloc_hook.3
+++ b/man3/malloc_hook.3
@@ -91,7 +91,7 @@ static void *my_malloc_hook(size_t, const void *);
/* Variables to save original hooks. */
static void *(*old_malloc_hook)(size_t, const void *);
-/* Override initialising hook from the C library. */
+/* Override initializing hook from the C library. */
void (*__malloc_initialize_hook) (void) = my_init_hook;
static void