]> granicus.if.org Git - libatomic_ops/commitdiff
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 04f85835a5dd19cf5b66f6dabd34a912365dcf94..999e5947f1463156be2193bf894ea09d4031fa0e 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 */