From 5adfef80f59e6bec6746b7a8a291133c227f05ef Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 27 May 2018 06:40:31 +0000 Subject: [PATCH] Fix typo in comment. --- sys/sys/envsys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/envsys.h b/sys/sys/envsys.h index 1835152c8c41..b3f2e7662b2b 100644 --- a/sys/sys/envsys.h +++ b/sys/sys/envsys.h @@ -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 @@ enum envsys_units { 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 };