From 1728b2396591853345507a063ed6075dfd251706 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 14 May 2014 10:02:03 -0700 Subject: Switch to g_ for globals. That's what the Google style guide recommends, and we're starting to get a mix. Change-Id: Ib0c53a890bb5deed5c679e887541a715faea91fc --- libc/bionic/libc_init_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/bionic/libc_init_common.cpp') diff --git a/libc/bionic/libc_init_common.cpp b/libc/bionic/libc_init_common.cpp index 1cfaf507a..abf2d3674 100644 --- a/libc/bionic/libc_init_common.cpp +++ b/libc/bionic/libc_init_common.cpp @@ -77,7 +77,7 @@ static size_t get_main_thread_stack_size() { * apply to linker-private copies and will not be visible from libc later on. * * Note: this function creates a pthread_internal_t for the initial thread and - * stores the pointer in TLS, but does not add it to pthread's gThreadList. This + * stores the pointer in TLS, but does not add it to pthread's thread list. This * has to be done later from libc itself (see __libc_init_common). * * This function also stores a pointer to the kernel argument block in a TLS slot to be -- cgit v1.2.3