diff options
author | Chris Peterson <cpeterso@cpeterso.com> | 2010-06-27 20:53:04 -0700 |
---|---|---|
committer | Chris Peterson <cpeterso@cpeterso.com> | 2010-06-27 20:53:04 -0700 |
commit | 2bf607d599b703604cb1caf5beeb2e70c44682fb (patch) | |
tree | 5bb144406d077dcea82fd18fc4003a644105b8ec /libc/bionic/libc_init_dynamic.c | |
parent | e8f79c1f5de7ecaf1249ee36813abd2558cacf08 (diff) | |
download | android_bionic-2bf607d599b703604cb1caf5beeb2e70c44682fb.tar.gz android_bionic-2bf607d599b703604cb1caf5beeb2e70c44682fb.tar.bz2 android_bionic-2bf607d599b703604cb1caf5beeb2e70c44682fb.zip |
Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb
bionic: fix clearenv() compiler warning and related comment typos
Diffstat (limited to 'libc/bionic/libc_init_dynamic.c')
-rw-r--r-- | libc/bionic/libc_init_dynamic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/libc_init_dynamic.c b/libc/bionic/libc_init_dynamic.c index 682ebcfd3..97e80eaec 100644 --- a/libc/bionic/libc_init_dynamic.c +++ b/libc/bionic/libc_init_dynamic.c @@ -61,7 +61,7 @@ void __attribute__((constructor)) __libc_prenit(void); void __libc_prenit(void) { - /* Read the ELF data pointer form a special slot of the + /* Read the ELF data pointer from a special slot of the * TLS area, then call __libc_init_common with it. * * Note that: |