diff options
author | Christopher Ferris <cferris@google.com> | 2015-03-14 12:17:45 -0700 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2015-03-14 12:17:45 -0700 |
commit | 6e86146b85efe9fbab117a62bc7a5c5be1370731 (patch) | |
tree | f173d0fdc62bd3a889ade436bd65cfbbc5ddd2fa /libm | |
parent | 83c0028e030bad1f7cf54ba3f04962b9a6a9e1e4 (diff) | |
download | bionic-6e86146b85efe9fbab117a62bc7a5c5be1370731.zip bionic-6e86146b85efe9fbab117a62bc7a5c5be1370731.tar.gz bionic-6e86146b85efe9fbab117a62bc7a5c5be1370731.tar.bz2 |
Fix typo in alias symbol.
Change-Id: I41d2c29bd4a9ba382bbe3440541c8e1506fc5809
Diffstat (limited to 'libm')
-rw-r--r-- | libm/x86/s_expm1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/x86/s_expm1.S b/libm/x86/s_expm1.S index 1f21cde..1f9e87b 100644 --- a/libm/x86/s_expm1.S +++ b/libm/x86/s_expm1.S @@ -365,7 +365,7 @@ END(expm1) # -- End expm1 # Start file scope ASM -ALIAS_SYMBOL(exmp1l, exmp1); +ALIAS_SYMBOL(expm1l, expm1); # End file scope ASM .section .rodata, "a" .align 16 |