diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-01 22:13:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-01 22:13:42 +0000 |
commit | 877e0d8e453f5196701d11adaecc023c3443a26e (patch) | |
tree | 453ed5cb1634bac3e0bbe2ca830cc9368c990411 /include | |
parent | cb0e76b4409635c2fdf7cdbc1c9900ab74f8e378 (diff) | |
download | glibc-877e0d8e453f5196701d11adaecc023c3443a26e.tar.gz glibc-877e0d8e453f5196701d11adaecc023c3443a26e.tar.xz glibc-877e0d8e453f5196701d11adaecc023c3443a26e.zip |
2002-12-01 Roland McGrath <roland@redhat.com>
* include/link.h: Comment typo fix.
Diffstat (limited to 'include')
-rw-r--r-- | include/link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h index ad4e0a4e0c..5113ab798a 100644 --- a/include/link.h +++ b/include/link.h @@ -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; |