Fix a typo in comment
authorIvan Maidanski <ivmai@mail.ru>
Sun, 4 Mar 2012 16:20:22 +0000 (20:20 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 4 Mar 2012 16:20:22 +0000 (20:20 +0400)
* src/atomic_ops_malloc.h (AO_malloc_enable_mmap): Fix a typo in the
comment.

src/atomic_ops_malloc.h

index 04f8583..999e594 100644 (file)
@@ -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 */