From 529f91ae4646466376d233b3e5e8b6eb7f940d87 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 4 Mar 2012 20:20:22 +0400 Subject: [PATCH] Fix a typo in comment * src/atomic_ops_malloc.h (AO_malloc_enable_mmap): Fix a typo in the comment. --- src/atomic_ops_malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atomic_ops_malloc.h b/src/atomic_ops_malloc.h index 04f8583..999e594 100644 --- a/src/atomic_ops_malloc.h +++ b/src/atomic_ops_malloc.h @@ -38,7 +38,7 @@ void AO_free(void *); void * AO_malloc(size_t); -/* Allow use of mmpa to grow the heap. No-op on some platforms. */ +/* Allow use of mmap to grow the heap. No-op on some platforms. */ void AO_malloc_enable_mmap(void); #endif /* !AO_MALLOC_H */ -- 2.7.4