2002-12-01 Roland McGrath <roland@redhat.com>

* include/link.h: Comment typo fix.
This commit is contained in:
Roland McGrath 2002-12-01 22:13:42 +00:00
parent cb0e76b440
commit 877e0d8e45
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ struct link_map
size_t l_tls_initimage_size;
/* Size of the TLS block. */
size_t l_tls_blocksize;
/* Alignment rquirement of the TLS block. */
/* Alignment requirement of the TLS block. */
size_t l_tls_align;
/* For objects present at startup time: offset in the static TLS block. */
ptrdiff_t l_tls_offset;