Fix incorrect comment.

This commit is contained in:
David Xu 2005-03-01 23:42:00 +00:00
parent 325230b8b0
commit 96a9329375

View File

@ -88,7 +88,7 @@ __tls_get_addr()
#pragma weak _rtld_free_tls
/*
* Free Static TLS using the Variant II method.
* Free Static TLS using the Variant I method.
*/
void
_rtld_free_tls(void *tls, size_t tcbsize, size_t tcbalign)