clk: mpc83xx: Fix typo in "Coherent System Bus"

Cosmetic change.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
This commit is contained in:
J. Neuschäfer 2024-11-29 20:42:28 +01:00 committed by Heinrich Schuchardt
parent 88bd5701ef
commit 69ec7f35e0

View 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 * @im: Pointer to the MPC83xx main register map in question
* *
* Return: The CSB clock speed value as a 32-bit number. * Return: The CSB clock speed value as a 32-bit number.