]> Git Repo - linux.git/blobdiff - drivers/clocksource/timer-microchip-pit64b.c
Merge tag 'qcom-arm64-defconfig-for-5.15' of git://git.kernel.org/pub/scm/linux/kerne...
[linux.git] / drivers / clocksource / timer-microchip-pit64b.c
index ab623b25a47b7682f5ec904e1a31c99feb79281f..cfa4ec7ef396814ccd3ea592c87b675835408a55 100644 (file)
@@ -237,7 +237,7 @@ static void __init mchp_pit64b_pres_compute(u32 *pres, u32 clk_rate,
                        break;
        }
 
-       /* Use the bigest prescaler if we didn't match one. */
+       /* Use the biggest prescaler if we didn't match one. */
        if (*pres == MCHP_PIT64B_PRES_MAX)
                *pres = MCHP_PIT64B_PRES_MAX - 1;
 }
This page took 0.030199 seconds and 4 git commands to generate.