Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 12:45:46 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: daa96c03549a - stable/12 - powerpc: Fix a typo in a comment
Message-ID:  <202206101245.25ACjkx9038016@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=daa96c03549aa29aedc0e6675944ac128fcd0118

commit daa96c03549aa29aedc0e6675944ac128fcd0118
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:36:57 +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 8fd9e5c59528..52ba95607b72 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?202206101245.25ACjkx9038016>