cpufreq(4): Fix a typo in a source code comment

- s/transcation/transaction/

MFC after:	5 days
This commit is contained in:
Gordon Bergling
2026-01-31 16:22:00 +01:00
parent a17659fe26
commit 0a3e7ba466
+1 -1
View File
@@ -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();