diff options
| author | Andrew Hsieh <andrewhsieh@google.com> | 2012-02-21 15:09:32 -0800 |
|---|---|---|
| committer | Andrew Hsieh <andrewhsieh@google.com> | 2012-02-21 15:09:32 -0800 |
| commit | 58b2c1616bed68fe5a6a1794c8764b24d29ad8cb (patch) | |
| tree | c278335183202451fd6fc0c107300e1dd1fd072d /libc/arch-arm/bionic/libgcc_compat.c | |
| parent | d6b58b03b8e046e0bd46d6d7e57290dcabe48860 (diff) | |
| download | bionic-58b2c1616bed68fe5a6a1794c8764b24d29ad8cb.zip bionic-58b2c1616bed68fe5a6a1794c8764b24d29ad8cb.tar.gz bionic-58b2c1616bed68fe5a6a1794c8764b24d29ad8cb.tar.bz2 | |
Trivial fix in comment
Very, very trivial fix for minor typo in comment about how it works
Change-Id: Ia08d332366837dec8f7e91b9728732c5edea223e
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 d184566..b135d50 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 |
