]> git.sur5r.net Git - cc65/blobdiff - doc/c64.sgml
Merge pull request #834 from jedeoric/master
[cc65] / doc / c64.sgml
index 8c910666cb0fb37ddc88d75d7cc9089c70b3cd8e..37ac0c1466b39ac4257177b00dad38ead19f3211 100644 (file)
@@ -421,7 +421,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/c64-1
 <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()/.