Fix copy-paste typo.

This commit is contained in:
Alexander Motin 2011-12-20 17:32:13 +00:00
parent 2a6be868ea
commit e0dceef5c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228742

View File

@ -87,9 +87,9 @@ where:
is a bitmask, defining valid counter bits,
.It Va kern.timecounter.tc. Ns Ar X Ns Va .counter
is a present counter value,
.It Va kern.eventtimer.tc. Ns Ar X Ns Va .frequency
.It Va kern.timecounter.tc. Ns Ar X Ns Va .frequency
is a counter update frequency,
.It Va kern.eventtimer.tc. Ns Ar X Ns Va .quality
.It Va kern.timecounter.tc. Ns Ar X Ns Va .quality
is an integral value, defining how good is this time counter,
comparing to others.
Negative value means that this time counter is broken and should not be used.