commit | 2bf607d599b703604cb1caf5beeb2e70c44682fb | [log] [tgz] |
---|---|---|
author | Chris Peterson <cpeterso@cpeterso.com> | Sun Jun 27 20:53:04 2010 -0700 |
committer | Chris Peterson <cpeterso@cpeterso.com> | Sun Jun 27 20:53:04 2010 -0700 |
tree | 5bb144406d077dcea82fd18fc4003a644105b8ec | |
parent | e8f79c1f5de7ecaf1249ee36813abd2558cacf08 [diff] [blame] |
Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb bionic: fix clearenv() compiler warning and related comment typos
diff --git a/libc/bionic/libc_init_dynamic.c b/libc/bionic/libc_init_dynamic.c index 682ebcf..97e80ea 100644 --- a/libc/bionic/libc_init_dynamic.c +++ b/libc/bionic/libc_init_dynamic.c
@@ -61,7 +61,7 @@ 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: