typo fix in comment.

This commit is contained in:
Poul-Henning Kamp 2003-07-02 08:01:52 +00:00
parent b0a06af596
commit d94e36521e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117148

View File

@ -426,7 +426,7 @@ tc_windup(void)
* processing provides us with.
*
* The th_adjustment is nanoseconds per second with 32 bit binary
* fraction and want 64 bit binary fraction of second:
* fraction and we want 64 bit binary fraction of second:
*
* x = a * 2^32 / 10^9 = a * 4.294967296
*