From: Roland McGrath Date: Sun, 1 Dec 2002 22:13:42 +0000 (+0000) Subject: 2002-12-01 Roland McGrath X-Git-Tag: cvs/glibc-2_3_2~683 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=877e0d8e453f5196701d11adaecc023c3443a26e;p=platform%2Fupstream%2Fglibc.git 2002-12-01 Roland McGrath * include/link.h: Comment typo fix. --- diff --git a/include/link.h b/include/link.h index ad4e0a4..5113ab7 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;