]> git.sur5r.net Git - cc65/blobdiff - doc/cbm510.sgml
Fixed documented return type.
[cc65] / doc / cbm510.sgml
index 5df8f06f6b3d03f843cbfe5bded8c154e389822f..600a1fe90d33f3f8427d57fc9616d9352765b2ec 100644 (file)
@@ -245,7 +245,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/cbm51
 <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()/.