kernel - Fix documentation for time_second
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 5 Feb 2015 20:27:55 +0000 (12:27 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 5 Feb 2015 20:28:31 +0000 (12:28 -0800)
commit3dc002aea725e80c2884022ead6c648fa3f9b3cb
tree26dee188e6ce6ef11cd92776df45aa2b6ca0dbaa
parent0bdc59bbbfdfee5052dbb6de45a43a1d6699ce63
kernel - Fix documentation for time_second

* time_second was improperly documented as an uptime.  It is not.
  It is an approximate real time and might not be monotonic.
  time_uptime should be used if an approximate monotonic uptime is
  desired.
sys/kern/kern_clock.c