diff options
| author | Stefan Weil <sw@weilnetz.de> | 2024-03-31 18:15:26 +0200 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-04-02 13:38:40 +0300 |
| commit | f6822fee969aed8662baa4fdc38e6aeced3894ad (patch) | |
| tree | 92a9e5ae1e39237ffed850253dcc877946929af2 /docs/devel/clocks.rst | |
| parent | 9988c7b50e0ebd93a8ac10d7da6890d05971e98e (diff) | |
| download | focaccia-qemu-f6822fee969aed8662baa4fdc38e6aeced3894ad.tar.gz focaccia-qemu-f6822fee969aed8662baa4fdc38e6aeced3894ad.zip | |
Fix some typos in documentation (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/devel/clocks.rst')
| -rw-r--r-- | docs/devel/clocks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/clocks.rst b/docs/devel/clocks.rst index b2d1148cdb..177ee1c90d 100644 --- a/docs/devel/clocks.rst +++ b/docs/devel/clocks.rst @@ -279,7 +279,7 @@ You can change the multiplier and divider of a clock at runtime, so you can use this to model clock controller devices which have guest-programmable frequency multipliers or dividers. -Similary to ``clock_set()``, ``clock_set_mul_div()`` returns ``true`` if +Similarly to ``clock_set()``, ``clock_set_mul_div()`` returns ``true`` if the clock state was modified; that is, if the multiplier or the diviser or both were changed by the call. |