about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-22 03:40:33 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-23 03:28:58 +0000
commit1d2971b525396e9935f3d90616a1668ceca425e5 (patch)
tree088800042453157b8a27584240f937371929672c /sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S
parent196358ae26aa38a70fb6f19a77311c8a58bff929 (diff)
downloadglibc-1d2971b525396e9935f3d90616a1668ceca425e5.tar.gz
glibc-1d2971b525396e9935f3d90616a1668ceca425e5.tar.xz
glibc-1d2971b525396e9935f3d90616a1668ceca425e5.zip
Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.
Applying this commit results in a bit-identical rebuild of
mathvec/libmvec.so.1 (which is the only binary that gets rebuilt).

Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S b/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S
index dcbb1886d0..357ad375b3 100644
--- a/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S
+++ b/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S
@@ -73,7 +73,7 @@
 
 #include <sysdep.h>
 
-/* tanhf data tables for avx2 and sse4 implementatins defined here.
+/* tanhf data tables for avx2 and sse4 implementations defined here.
  */
 #define ONLY_DECL_OFFSET
 #include "svml_s_tanhf_rodata.S"
@@ -217,7 +217,7 @@ L(SPECIAL_VALUES_LOOP):
 	xorl	%ebp, %ebp
 	bsfl	%ebx, %ebp
 
-	/* Scalar math fucntion call to process special input.  */
+	/* Scalar math function call to process special input.  */
 	movss	40(%rsp, %rbp, 4), %xmm0
 	call	tanhf@PLT
 	/* No good way to avoid the store-forwarding fault this will cause on