From: J. Neuschäfer Date: Fri, 29 Nov 2024 19:42:28 +0000 (+0100) Subject: clk: mpc83xx: Fix typo in "Coherent System Bus" X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=69ec7f35e05780b0a9021ba6f9038e2b534f8d17;p=u-boot.git clk: mpc83xx: Fix typo in "Coherent System Bus" Cosmetic change. Signed-off-by: J. Neuschäfer --- diff --git a/drivers/clk/mpc83xx_clk.h b/drivers/clk/mpc83xx_clk.h index c06a51ecd4..6b74fc5f16 100644 --- a/drivers/clk/mpc83xx_clk.h +++ b/drivers/clk/mpc83xx_clk.h @@ -321,7 +321,7 @@ static inline u32 get_pci_sync_in(immap_t *im) } /** - * get_csb_clk() - Read the CSB (Coheren System Bus) clock speed + * get_csb_clk() - Read the CSB (Coherent System Bus) clock speed * @im: Pointer to the MPC83xx main register map in question * * Return: The CSB clock speed value as a 32-bit number.