Commit e0cef9ff authored by Aurelien Thierry's avatar Aurelien Thierry Committed by Jonathan Corbet

Documentation: fix typo CLOCK_MONONOTNIC_COARSE

Fix typo in documentation file timekeeping.rst: CLOCK_MONONOTNIC_COARSE
should be CLOCK_MONOTONIC_COARSE.
Signed-off-by: default avatarAurelien Thierry <aurelien.thierry@quoscient.io>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 4241d516
......@@ -111,7 +111,7 @@ Some additional variants exist for more specialized cases:
void ktime_get_coarse_raw_ts64( struct timespec64 * )
These are quicker than the non-coarse versions, but less accurate,
corresponding to CLOCK_MONONOTNIC_COARSE and CLOCK_REALTIME_COARSE
corresponding to CLOCK_MONOTONIC_COARSE and CLOCK_REALTIME_COARSE
in user space, along with the equivalent boottime/tai/raw
timebase not available in user space.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment