summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
diff options
context:
space:
mode:
authorAurelien Thierry2019-06-07 10:07:02 +0200
committerJonathan Corbet2019-06-07 19:19:47 +0200
commite0cef9ff6315d48a4dfd39da09ca770e242f9cb5 (patch)
tree96ffb31b68152500720af03607d90b244d776803 /Documentation/core-api
parentDocumentation/dm-init: fix multi device example (diff)
downloadkernel-qcow2-linux-e0cef9ff6315d48a4dfd39da09ca770e242f9cb5.tar.gz
kernel-qcow2-linux-e0cef9ff6315d48a4dfd39da09ca770e242f9cb5.tar.xz
kernel-qcow2-linux-e0cef9ff6315d48a4dfd39da09ca770e242f9cb5.zip
Documentation: fix typo CLOCK_MONONOTNIC_COARSE
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>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r--Documentation/core-api/timekeeping.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/timekeeping.rst b/Documentation/core-api/timekeeping.rst
index 93cbeb9daec0..5f87d9c8b04d 100644
--- a/Documentation/core-api/timekeeping.rst
+++ b/Documentation/core-api/timekeeping.rst
@@ -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.