From d904a9b11108f0d19de9b41a1785efeda0f4ef67 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 25 Aug 2025 19:57:25 +0200 Subject: [PATCH] typo --- zynq7000-hal/src/clocks/pll.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zynq7000-hal/src/clocks/pll.rs b/zynq7000-hal/src/clocks/pll.rs index ed04c10..126eaa0 100644 --- a/zynq7000-hal/src/clocks/pll.rs +++ b/zynq7000-hal/src/clocks/pll.rs @@ -220,7 +220,7 @@ pub fn configure_ddr_pll(boot_mode: BootMode, pll_config: PllConfig) { unsafe { configure_arm_pll_unchecked(boot_mode, pll_config) }; } -/// This function configures the ARM PLL basejjon the provided [PllConfig]. +/// This function configures the ARM PLL based on the provided [PllConfig]. /// /// # Safety ///