summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sensors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sensors.h b/sys/sys/sensors.h
index c560dbe974d..c434244e729 100644
--- a/sys/sys/sensors.h
+++ b/sys/sys/sensors.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sensors.h,v 1.29 2010/04/21 04:07:11 deraadt Exp $ */
+/* $OpenBSD: sensors.h,v 1.30 2010/04/21 19:40:59 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Alexander Yurchenko <grange@openbsd.org>
@@ -48,7 +48,7 @@ enum sensor_type {
SENSOR_TIMEDELTA, /* system time error (nSec) */
SENSOR_HUMIDITY, /* humidity (m%RH) */
SENSOR_FREQ, /* frequency (Hz) */
- SENSOR_ANGLE, /* degrees */
+ SENSOR_ANGLE, /* angle (mudegrees) */
SENSOR_MAX_TYPES
};