Documentation: fix typo CLOCK_MONONOTNIC_COARSE
authorAurelien Thierry <aurelien.thierry@quoscient.io>
Fri, 7 Jun 2019 08:07:02 +0000 (10:07 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 7 Jun 2019 17:19:47 +0000 (11:19 -0600)
Fix typo in documentation file timekeeping.rst: CLOCK_MONONOTNIC_COARSE
should be CLOCK_MONOTONIC_COARSE.

Signed-off-by: Aurelien Thierry <aurelien.thierry@quoscient.io>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/timekeeping.rst

index 93cbeb9..5f87d9c 100644 (file)
@@ -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.