Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/8f896458218e
branches: trunk
changeset: 319345:8f896458218e
user: wiz <wiz%NetBSD.org@localhost>
date: Sun May 27 06:40:31 2018 +0000
description:
Fix typo in comment.
diffstat:
sys/sys/envsys.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b0bf7b6832e7 -r 8f896458218e sys/sys/envsys.h
--- a/sys/sys/envsys.h Sun May 27 05:31:20 2018 +0000
+++ b/sys/sys/envsys.h Sun May 27 06:40:31 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: envsys.h,v 1.37 2018/05/27 01:39:00 thorpej Exp $ */
+/* $NetBSD: envsys.h,v 1.38 2018/05/27 06:40:31 wiz Exp $ */
/*-
* Copyright (c) 1999, 2007, 2014 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
ENVSYS_BATTERY_CAPACITY, /* Battery capacity */
ENVSYS_BATTERY_CHARGE, /* Battery charging/discharging */
ENVSYS_SRELHUMIDITY, /* relative humidity */
- ENVSYS_LUX, /* illumanice in lux */
+ ENVSYS_LUX, /* illuminance in lux */
ENVSYS_NSENSORS
};
Home |
Main Index |
Thread Index |
Old Index