git: 0a3e7ba46637 - main - cpufreq(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Jan 2026 15:22:14 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=0a3e7ba466376b46672b56c991c09cde528b9729
commit 0a3e7ba466376b46672b56c991c09cde528b9729
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-01-31 15:22:00 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-01-31 15:22:00 +0000
cpufreq(4): Fix a typo in a source code comment
- s/transcation/transaction/
MFC after: 5 days
---
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();