Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:51:50 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6f5c5bb17f75 - stable/12 - arm64: Remove a double word in a source code comment
Message-ID:  <202209070751.2877povC078951@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit 6f5c5bb17f75ce864852dbbc2690d21038c7cfea
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:40:15 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:51:37 +0000

    arm64: Remove a double word in a source code comment
    
    - s/the the/the/
    
    (cherry picked from commit 160d76986ec5925410809450323e13e3a3fdec28)
---
 sys/arm64/arm64/vfp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm64/arm64/vfp.c b/sys/arm64/arm64/vfp.c
index 983f0e6f7d43..a73a41dc311e 100644
--- a/sys/arm64/arm64/vfp.c
+++ b/sys/arm64/arm64/vfp.c
@@ -296,7 +296,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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070751.2877povC078951>