]> sourceware.org Git - glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Sat, 15 Apr 2000 01:35:09 +0000 (01:35 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 15 Apr 2000 01:35:09 +0000 (01:35 +0000)
* stdlib/stdlib.h: Fix typo in comment.

ChangeLog
stdlib/stdlib.h

index 39504c7bed65a652870065f10d19606b3769cf28..9f2d9e07741c9f5ffabafe419c28c4f6bb5bd627 100644 (file)
--- 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.
 
index 8401e5d64a43a202bd7ffeba6f44a25daeda7e28..59b5a6987711851472d85de8e08bec1eafc0a5b0 100644 (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
This page took 0.049332 seconds and 5 git commands to generate.