From c8c73ac377bb1295c588b8a2b52a38f82ece8b48 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 15 Apr 2000 01:35:09 +0000 Subject: Update. * stdlib/stdlib.h: Fix typo in comment. --- stdlib/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 8401e5d..59b5a69 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 -- cgit v1.1