]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 6 Feb 2012 21:25:44 +0000 (21:25 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 6 Feb 2012 21:25:44 +0000 (21:25 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5483 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/funcref.sgml

index c997de19811ef4fb1b884c3679967355b15d5d77..45a282d9ea4d0f6269ea8032b96eaaf9c61572b4 100644 (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