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 ///