diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-01-31 15:22:00 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-01-31 15:22:00 +0000 |
| commit | 0a3e7ba466376b46672b56c991c09cde528b9729 (patch) | |
| tree | 38c24e8ecbefc90042601b3840b0ac9ac266d45f | |
| parent | a17659fe260ce16c1e373b543ca9f13cc14340ea (diff) | |
cpufreq(4): Fix a typo in a source code comment
- s/transcation/transaction/
MFC after: 5 days
| -rw-r--r-- | sys/powerpc/cpufreq/pcr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
