diff options
author | Andreas Jaeger <aj@suse.de> | 2000-04-15 01:35:09 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-04-15 01:35:09 +0000 |
commit | c8c73ac377bb1295c588b8a2b52a38f82ece8b48 (patch) | |
tree | 63210881aaa3457028f49d67742219fc7a6ad4da /stdlib/stdlib.h | |
parent | d0a5dae4dca4573e3b9e54ccfc494391703ed40b (diff) | |
download | glibc-c8c73ac377bb1295c588b8a2b52a38f82ece8b48.tar.gz |
Update.
* stdlib/stdlib.h: Fix typo in comment.
Diffstat (limited to 'stdlib/stdlib.h')
-rw-r--r-- | stdlib/stdlib.h | 2 |
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 |