* stdlib/stdlib.h: Fix typo in comment.
This commit is contained in:
Andreas Jaeger 2000-04-15 01:35:09 +00:00
parent d0a5dae4dc
commit c8c73ac377
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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