git: 6eeedf35c3ec - main - libc: Replace armv6 with armv7 in a comment

From: Andrew Turner <andrew_at_FreeBSD.org>
Date: Thu, 20 Jun 2024 09:26:49 UTC
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=6eeedf35c3ecf50cc3def1eaa40a37b2257b85ac

commit 6eeedf35c3ecf50cc3def1eaa40a37b2257b85ac
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-06-20 09:26:22 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-06-20 09:26:22 +0000

    libc: Replace armv6 with armv7 in a comment
    
    Armv6 is being removed from the treem and the comment applies to armv7.
    
    Reviewed by:    manu, imp, emaste
    Sponsored by:   Arm Ltd
    Differential Revision:  https://reviews.freebsd.org/D45645
---
 lib/libc/arm/aeabi/aeabi_double.c | 2 +-
 lib/libc/arm/aeabi/aeabi_float.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/arm/aeabi/aeabi_double.c b/lib/libc/arm/aeabi/aeabi_double.c
index 190354e5c6eb..61f64678e795 100644
--- a/lib/libc/arm/aeabi/aeabi_double.c
+++ b/lib/libc/arm/aeabi/aeabi_double.c
@@ -54,7 +54,7 @@ float64 __aeabi_dsub_vfp(float64, float64);
 
 /*
  * Depending on the target these will:
- *  On armv6 with a vfp call the above function, or
+ *  On armv7 with a vfp call the above function, or
  *  Call the softfloat function in the 3rd argument.
  */
 int AEABI_FUNC2(dcmpeq, float64, float64_eq)
diff --git a/lib/libc/arm/aeabi/aeabi_float.c b/lib/libc/arm/aeabi/aeabi_float.c
index ac6b11ae9dfe..0e465754ecf0 100644
--- a/lib/libc/arm/aeabi/aeabi_float.c
+++ b/lib/libc/arm/aeabi/aeabi_float.c
@@ -54,7 +54,7 @@ float32 __aeabi_fsub_vfp(float32, float32);
 
 /*
  * Depending on the target these will:
- *  On armv6 with a vfp call the above function, or
+ *  On armv7 with a vfp call the above function, or
  *  Call the softfloat function in the 3rd argument.
  */
 int AEABI_FUNC2(fcmpeq, float32, float32_eq)