diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:02 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
commit | a1a62ced51bd33716c79719246ac969447acadb2 (patch) | |
tree | 9ab0cd9c30179efafcce953e5e379defc8734fd5 /include/hw/clock.h | |
parent | 528ea579c93b19b95c9a190c5ae4d42473401979 (diff) |
include/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'include/hw/clock.h')
-rw-r--r-- | include/hw/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/clock.h b/include/hw/clock.h index 5c927cee7f..bb12117f67 100644 --- a/include/hw/clock.h +++ b/include/hw/clock.h @@ -204,7 +204,7 @@ static inline bool clock_set_ns(Clock *clk, unsigned ns) * Propagate the clock period that has been previously configured using * @clock_set(). This will update recursively all connected clocks. * It is an error to call this function on a clock which has a source. - * Note: this function must not be called during device inititialization + * Note: this function must not be called during device initialization * or migration. */ void clock_propagate(Clock *clk); |