summaryrefslogtreecommitdiff
path: root/timespec.h
diff options
context:
space:
mode:
Diffstat (limited to 'timespec.h')
-rw-r--r--timespec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/timespec.h b/timespec.h
index 40679e3f..8070926d 100644
--- a/timespec.h
+++ b/timespec.h
@@ -15,6 +15,8 @@
*
* this only handles the case where two normalized timespecs
* are added or subracted. (e.g. only a one needs to be borrowed/carried
+ *
+ * NOTE: this normalization is not the same as ntpd uses
*/
#define NS_IN_SEC 1000000000
#define MS_IN_SEC 1000000