about summary refs log tree commit diff
path: root/stdlib/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/stdlib.h')
-rw-r--r--stdlib/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h
index 8401e5d64a..59b5a69877 100644
--- a/stdlib/stdlib.h
+++ b/stdlib/stdlib.h
@@ -550,7 +550,7 @@ extern void *valloc (size_t __size) __THROW __attribute_malloc__;
 #endif
 
 #ifdef __USE_XOPEN2K
-/* Allocate memiry of SIZE bytes with an alignment of ALIGNMENT.  */
+/* Allocate memory of SIZE bytes with an alignment of ALIGNMENT.  */
 extern int posix_memalign (void **memptr, size_t alignment, size_t size)
      __THROW;
 #endif