about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_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_atan2f4_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_atan2f4_core_sse4.S')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S b/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S
index 60426108b1..0ec9b19590 100644
--- a/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S
+++ b/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S
@@ -157,11 +157,11 @@ ENTRY(_ZGVbN4vv_atan2f_sse4)
 	/*  Special branch for fast (vector) processing of zero arguments  */
 	testl	%ecx, %ecx
 
-	/* Go to auxilary branch */
+	/* Go to auxiliary branch */
 	jne	L(AUX_BRANCH)
 	# LOE rbx rbp r12 r13 r14 r15 eax edx xmm0 xmm1 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13
 
-	/* Return from auxilary branch
+	/* Return from auxiliary branch
 	 * for out of main path inputs
 	 */
 
@@ -244,7 +244,7 @@ L(SPECIAL_VALUES_LOOP):
 	cfi_offset(14, -96)
 	# LOE rbx rbp r12 r13 r14 r15 xmm0
 
-	/* Scalar math fucntion call
+	/* Scalar math function call
 	 * to process special input
 	 */
 
@@ -264,7 +264,7 @@ L(SCALAR_MATH_CALL):
 	cfi_restore(14)
 	# LOE rbx rbp r15 r12d r13d
 
-	/* Auxilary branch
+	/* Auxiliary branch
 	 * for out of main path inputs
 	 */