about summary refs log tree commit diff
path: root/manual/time.texi
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 16:41:44 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 16:41:44 +0000
commit64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8 (patch)
tree7614449f4358b7412e1df8551b289850ffe40f90 /manual/time.texi
parentf58a8c1c15d8b5d8a08e8553f82867202b88a5cc (diff)
downloadglibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.gz
glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.xz
glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.zip
Fix misspellings in manual/ -- BZ 25337
Diffstat (limited to 'manual/time.texi')
-rw-r--r--manual/time.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/time.texi b/manual/time.texi
index 0c7a942b4c..3aabdc4953 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -503,7 +503,7 @@ Systems may support more than just these two clocks.
 
 @deftypefun int clock_gettime (clockid_t @var{clock}, struct timespec *@var{ts})
 @standards{POSIX.1, time.h}
-Get the current time accoding to the clock identified by @var{clock},
+Get the current time according to the clock identified by @var{clock},
 storing it as seconds and nanoseconds in @code{*@var{ts}}.
 @xref{Time Types}, for a description of @code{struct timespec}.