aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/time.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-12-21 05:07:11 +0000
committerWarner Losh <imp@FreeBSD.org>2014-12-21 05:07:11 +0000
commit61f26cae7d4b9c6e239329a0d4cecada3c457802 (patch)
tree95bfcb7649ec76f5c2f98c98320e1f38438d8bca /sys/sys/time.h
parent1de34f860ea81d7f677941a7341156b06434b574 (diff)
downloadsrc-61f26cae7d4b9c6e239329a0d4cecada3c457802.tar.gz
src-61f26cae7d4b9c6e239329a0d4cecada3c457802.zip
Where appropriate, use the modern terms for the one true time base
(UTC) rather than the archaic (GMT) in comments. Except where the comments are making fun of people doing this (and pedants who insist on the new terms).
Notes
Notes: svn path=/head/; revision=275985
Diffstat (limited to 'sys/sys/time.h')
-rw-r--r--sys/sys/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/time.h b/sys/sys/time.h
index 1f0a5301e612..395e8886a6ec 100644
--- a/sys/sys/time.h
+++ b/sys/sys/time.h
@@ -398,7 +398,7 @@ extern sbintime_t sbt_tickthreshold;
* Functions containing "up" returns time relative to boot and
* should be used for calculating time intervals.
*
- * Functions without "up" returns GMT time.
+ * Functions without "up" returns UTC time.
*
* Functions with the "get" prefix returns a less precise result
* much faster than the functions without "get" prefix and should