]> git.sur5r.net Git - cc65/blobdiff - doc/c128.sgml
Replaced systime() with clock_gettime().
[cc65] / doc / c128.sgml
index 84b601ab770293e117a4964f0b4b9b6f57a63152..82c280ef0193ec6482275600815ce0fa63a9297f 100644 (file)
@@ -342,7 +342,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/c128-
 <sect1>Realtime clock<p>
 
 The realtime clock functions use the CIA1 TOD clock. As that clock only stores
-the time but not the date, the date set by <tt/clock_settime()/ ist simply stored
+the time but not the date, the date set by <tt/clock_settime()/ is simply stored
 inside the C library for retrieval in the same program via <tt/clock_gettime()/.