diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2010-07-08 15:38:13 -0700 |
|---|---|---|
| committer | Android Code Review <code-review@android.com> | 2010-07-08 15:38:13 -0700 |
| commit | fc6d95b10e7629f61013d221cbc1cdbff0190ac0 (patch) | |
| tree | b8c2c5a7e8518984f695e5c0072f5463713fdece /libc/bionic/libc_init_common.c | |
| parent | 16984423bc67cd334d74b585bac2c01e44583624 (diff) | |
| parent | 2bf607d599b703604cb1caf5beeb2e70c44682fb (diff) | |
| download | bionic-fc6d95b10e7629f61013d221cbc1cdbff0190ac0.zip bionic-fc6d95b10e7629f61013d221cbc1cdbff0190ac0.tar.gz bionic-fc6d95b10e7629f61013d221cbc1cdbff0190ac0.tar.bz2 | |
Merge "Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb bionic: fix clearenv() compiler warning and related comment typos"
Diffstat (limited to 'libc/bionic/libc_init_common.c')
| -rw-r--r-- | libc/bionic/libc_init_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/libc_init_common.c b/libc/bionic/libc_init_common.c index d78d673..dd6e027 100644 --- a/libc/bionic/libc_init_common.c +++ b/libc/bionic/libc_init_common.c @@ -62,7 +62,7 @@ void __libc_init_common(uintptr_t *elfdata) static pthread_internal_t thread; static void* tls_area[BIONIC_TLS_SLOTS]; - /* setup pthread runtime and maint thread descriptor */ + /* setup pthread runtime and main thread descriptor */ unsigned stacktop = (__get_sp() & ~(PAGE_SIZE - 1)) + PAGE_SIZE; unsigned stacksize = 128 * 1024; unsigned stackbottom = stacktop - stacksize; |
