diff options
| author | Andrew Hsieh <andrewhsieh@google.com> | 2012-02-29 09:40:49 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-29 09:40:49 -0800 |
| commit | 4fc127345968c0e75775a6377c6f784ae6600cff (patch) | |
| tree | 28f49f7aa5dd646e233c95cd967856b31eed7104 /libc/arch-arm/bionic/libgcc_compat.c | |
| parent | d638a500e96bdfec2bd3e34fc5545561b60cd9e6 (diff) | |
| parent | 58b2c1616bed68fe5a6a1794c8764b24d29ad8cb (diff) | |
| download | bionic-4fc127345968c0e75775a6377c6f784ae6600cff.zip bionic-4fc127345968c0e75775a6377c6f784ae6600cff.tar.gz bionic-4fc127345968c0e75775a6377c6f784ae6600cff.tar.bz2 | |
Merge "Trivial fix in comment"
Diffstat (limited to 'libc/arch-arm/bionic/libgcc_compat.c')
| -rw-r--r-- | libc/arch-arm/bionic/libgcc_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-arm/bionic/libgcc_compat.c b/libc/arch-arm/bionic/libgcc_compat.c index 1a19701..a5cb219 100644 --- a/libc/arch-arm/bionic/libgcc_compat.c +++ b/libc/arch-arm/bionic/libgcc_compat.c @@ -66,7 +66,7 @@ * any native shared library generated with it should now be safe from that * problem. On the other hand, existing shared libraries distributed with * applications that were generated with a previous version of the NDK - * still need all 1.5/1.6 helper functions in libc.so and libn.so + * still need all 1.5/1.6 helper functions in libc.so and libm.so * * After 3.2, the toolchain was updated again, adding __aeabi_f2uiz to the * list of requirements. Technically, this is due to mis-linked NDK libraries |
