The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=6415be5503dbfae1dbd8a954c6a52a225fbfc284
commit 6415be5503dbfae1dbd8a954c6a52a225fbfc284 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-01-31 15:22:00 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-02-05 13:53:30 +0000 cpufreq(4): Fix a typo in a source code comment - s/transcation/transaction/ (cherry picked from commit 0a3e7ba466376b46672b56c991c09cde528b9729) --- sys/powerpc/cpufreq/pcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/cpufreq/pcr.c b/sys/powerpc/cpufreq/pcr.c index 6c2c3de1ef43..17bc41534603 100644 --- a/sys/powerpc/cpufreq/pcr.c +++ b/sys/powerpc/cpufreq/pcr.c @@ -142,7 +142,7 @@ read_scom(register_t address) __asm __volatile ("mfspr %0,%1;" " mr %0+1, %0; srdi %0,%0,32" : "=r" (ret) : "K" (SPR_SCOMD)); - (void)mfspr(SPR_SCOMC); /* Complete transcation */ + (void)mfspr(SPR_SCOMC); /* Complete transaction */ mtmsr(msr); isync();
