The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=17d4a7c320a0923bbbc2e5d51595a4b115febe54
commit 17d4a7c320a0923bbbc2e5d51595a4b115febe54 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-01-31 15:22:00 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-02-05 13:52:38 +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 335a1d011a66..c58176997470 100644 --- a/sys/powerpc/cpufreq/pcr.c +++ b/sys/powerpc/cpufreq/pcr.c @@ -141,7 +141,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();
