[PATCH] drivers/clk/clk-hsdk-pll.c: Fix typo 'succesful' -> 'successful'

From: Ignacio Peña
Date: Fri Jul 25 2025 - 00:16:06 EST


Fix spelling mistake.

No functional change.

Signed-off-by: Ignacio Pena <ignacio.pena87@xxxxxxxxx>
---
drivers/clk/clk-hsdk-pll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/clk-hsdk-pll.c b/drivers/clk/clk-hsdk-pll.c
index 5d2a90add..1e95fabd9 100644
--- a/drivers/clk/clk-hsdk-pll.c
+++ b/drivers/clk/clk-hsdk-pll.c
@@ -265,7 +265,7 @@ static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *clk,
return -EINVAL;

/*
- * Program divider to div-by-1 if we succesfuly set core clock below
+ * Program divider to div-by-1 if we successfuly set core clock below
* 500MHz threshold.
*/
if (rate <= CORE_IF_CLK_THRESHOLD_HZ)
--
2.50.1