Fixed typo.

This commit is contained in:
Oliver Schmidt
2018-11-14 18:02:56 +01:00
parent 4b42d6ad54
commit 582aa41f2a
4 changed files with 4 additions and 4 deletions

View File

@@ -342,7 +342,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/c128-
<sect1>Realtime clock<p> <sect1>Realtime clock<p>
The realtime clock functions use the CIA1 TOD clock. As that clock only stores 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()/. inside the C library for retrieval in the same program via <tt/clock_gettime()/.

View File

@@ -421,7 +421,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/c64-1
<sect1>Realtime clock<p> <sect1>Realtime clock<p>
The realtime clock functions use the CIA1 TOD clock. As that clock only stores 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()/. inside the C library for retrieval in the same program via <tt/clock_gettime()/.

View File

@@ -245,7 +245,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/cbm51
<sect1>Realtime clock<p> <sect1>Realtime clock<p>
The realtime clock functions use the CIA1 TOD clock. As that clock only stores 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()/. inside the C library for retrieval in the same program via <tt/clock_gettime()/.

View File

@@ -227,7 +227,7 @@ No mouse drivers are currently available for the Commodore 610.
<sect1>Realtime clock<p> <sect1>Realtime clock<p>
The realtime clock functions use the CIA1 TOD clock. As that clock only stores 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()/. inside the C library for retrieval in the same program via <tt/clock_gettime()/.