]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
clk: mpc83xx: Fix typo in "Coherent System Bus"
authorJ. Neuschäfer <j.ne@posteo.net>
Fri, 29 Nov 2024 19:42:28 +0000 (20:42 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 15 Dec 2024 01:03:52 +0000 (02:03 +0100)
Cosmetic change.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
drivers/clk/mpc83xx_clk.h

index c06a51ecd43a426e8ecd4e99a3f8ff3e902f9106..6b74fc5f16b613cec4fbc654644835fbc0dfe3eb 100644 (file)
@@ -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.