]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clocksource/drivers/exynos_mct: Fixed a spelling error
authorAnindya Sundar Gayen <anindya.sg@samsung.com>
Fri, 28 Feb 2025 13:11:38 +0000 (18:41 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 7 Mar 2025 16:55:59 +0000 (17:55 +0100)
Fixed a spelling issue in driver /s/processer/processor/

Signed-off-by: Anindya Sundar Gayen <anindya.sg@samsung.com>
Link: https://lore.kernel.org/r/20250228131138.9208-1-anindya.sg@samsung.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/exynos_mct.c

index e6a02e351d771b118a651bc7338aef6504bd4fdc..da09f467a6bb779bd108ac00891149c10f304740 100644 (file)
@@ -238,7 +238,7 @@ static cycles_t exynos4_read_current_timer(void)
 static int __init exynos4_clocksource_init(bool frc_shared)
 {
        /*
-        * When the frc is shared, the main processer should have already
+        * When the frc is shared, the main processor should have already
         * turned it on and we shouldn't be writing to TCON.
         */
        if (frc_shared)