mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:12:09 -04:00
Typo in comment - isc_time_microdiff returns microseconds, not milliseconds.
This commit is contained in:
parent
e715e01178
commit
da892e9733
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: time.h,v 1.21 2000/06/30 22:40:30 tale Exp $ */
|
||||
/* $Id: time.h,v 1.22 2000/07/14 16:59:32 bwelling Exp $ */
|
||||
|
||||
#ifndef ISC_TIME_H
|
||||
#define ISC_TIME_H 1
|
||||
|
|
@ -218,7 +218,7 @@ isc_time_subtract(isc_time_t *t, isc_interval_t *i, isc_time_t *result);
|
|||
isc_uint64_t
|
||||
isc_time_microdiff(isc_time_t *t1, isc_time_t *t2);
|
||||
/*
|
||||
* Find the difference in milliseconds between time t1 and time t2.
|
||||
* Find the difference in microseconds between time t1 and time t2.
|
||||
* t2 is the subtrahend of t1; ie, difference = t1 - t2.
|
||||
*
|
||||
* Requires:
|
||||
|
|
|
|||
Loading…
Reference in a new issue