diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | stdlib/stdlib.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 39504c7bed..9f2d9e0774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ 2000-04-14 Andreas Jaeger <aj@suse.de> + * stdlib/stdlib.h: Fix typo in comment. + * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and 2.2 for libdl, ld and libm. 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 |