arm64: Remove a double word in a source code comment

- s/the the/the/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 13:40:15 +02:00
parent e30a08016b
commit 160d76986e

View File

@ -351,7 +351,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,