(Aligned Memory Blocks): Fix typo.
authorAndreas Jaeger <aj@suse.de>
Sun, 24 Mar 2002 12:58:23 +0000 (12:58 +0000)
committerAndreas Jaeger <aj@suse.de>
Sun, 24 Mar 2002 12:58:23 +0000 (12:58 +0000)
manual/memory.texi

index e370c72..e64dc8d 100644 (file)
@@ -618,7 +618,7 @@ the GNU system is always a multiple of eight (or sixteen on 64-bit
 systems).  If you need a block whose address is a multiple of a higher
 power of two than that, use @code{memalign}, @code{posix_memalign}, or
 @code{valloc}.  @code{memalign} is declared in @file{malloc.h} and
-@code{posix_memalign) is declared in @file{stdlib.h}.
+@code{posix_memalign} is declared in @file{stdlib.h}.
 
 With the GNU library, you can use @code{free} to free the blocks that
 @code{memalign}, @code{posix_memalign}, and @code{valloc} return.  That