[PATCH] doc: Fix typo in name of __clock_gettime64 in creature.texi
Jonathan Wakely
jwakely@redhat.com
Tue May 27 10:16:28 GMT 2025
---
manual/creature.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manual/creature.texi b/manual/creature.texi
index 09e1c9670f..ebaa16de66 100644
--- a/manual/creature.texi
+++ b/manual/creature.texi
@@ -196,7 +196,7 @@ On such platforms, @theglibc{} will also define @code{__USE_TIME64_REDIRECTS}
to indicate whether the declarations are expanded to different ones
(either by redefiniding the symbol name or using symbol aliais).
For instance, if the symbol @code{clock_gettime} expands to
-@code{__glock_gettime64}.
+@code{__clock_gettime64}.
@item
If @code{_TIME_BITS} is defined to be 32, @code{time_t} is defined to
--
2.49.0
More information about the Libc-alpha
mailing list