aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:40:15 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-07 07:26:10 +0000
commit8e858f783f9ff88e894f5bdef047ee263df8febf (patch)
tree0f82f5dbc7418441923c98e702f1f5c3cd0947c1
parenta95f1675ab2b66939fa5b4c462a268c3557990d4 (diff)
arm64: Remove a double word in a source code comment
- s/the the/the/ (cherry picked from commit 160d76986ec5925410809450323e13e3a3fdec28)
-rw-r--r--sys/arm64/arm64/vfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/arm64/vfp.c b/sys/arm64/arm64/vfp.c
index 755143d656dc..efae9e88d49f 100644
--- a/sys/arm64/arm64/vfp.c
+++ b/sys/arm64/arm64/vfp.c
@@ -345,7 +345,7 @@ fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags)
}
/*
* Check either we are already using the VFP in the kernel, or
- * the the saved state points to the default user space.
+ * the saved state points to the default user space.
*/
KASSERT((pcb->pcb_fpflags & PCB_FP_KERN) != 0 ||
pcb->pcb_fpusaved == &pcb->pcb_fpustate,