Date: Fri, 10 Jun 2022 12:34:21 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: 8d6a33659e66 - stable/13 - powerpc: Fix a typo in a comment Message-ID: <202206101234.25ACYL5g023995@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8d6a33659e6635bf29c01fdb42d4e44f398fa803 commit 8d6a33659e6635bf29c01fdb42d4e44f398fa803 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 17:55:03 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:31:37 +0000 powerpc: Fix a typo in a comment - s/layed/laid/ (cherry picked from commit 23615a3e4e41f55693980fdcb6842a25754741c9) --- sys/powerpc/booke/trap_subr.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/booke/trap_subr.S b/sys/powerpc/booke/trap_subr.S index bef0a1a7cd9d..eae6f808940c 100644 --- a/sys/powerpc/booke/trap_subr.S +++ b/sys/powerpc/booke/trap_subr.S @@ -108,7 +108,7 @@ * 3. switches to kstack if needed * * 4. notes: - * - R31 can be used as scratch register until a new frame is layed on + * - R31 can be used as scratch register until a new frame is laid on * the stack with FRAME_SETUP * * - potential TLB miss: NO. Saveareas are always acessible via TLB1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101234.25ACYL5g023995>