1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Fixed a typo.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5483 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-02-06 21:25:44 +00:00
parent 2116acd8c7
commit 742c03cc02

View File

@ -1522,7 +1522,7 @@ used in presence of a prototype.
<tag/Declaration/<tt/clock_t clock (void);/
<tag/Description/The <tt/clock/ function returns an approximaton of processor
time used by the program. The time is returned in implementation defined
units. It can be converted to seconds by dividing by the value if the macro
units. It can be converted to seconds by dividing by the value of the macro
<tt/CLOCKS_PER_SEC/.
<tag/Limits/<itemize>
<item>Since the machines, cc65 generated programs run on, cannot run multiple