summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2010-08-27 18:58:57 +0000
committerrobert <robert@openbsd.org>2010-08-27 18:58:57 +0000
commit21acc10e4b8069b6bfd04dc22431689abf73ca99 (patch)
tree581cd1c4a206c110b3f6b59de50f2efe36bbc2f6
parentSince the changes in neo(4) work, it is very likely that the exact same (diff)
downloadwireguard-openbsd-21acc10e4b8069b6bfd04dc22431689abf73ca99.tar.xz
wireguard-openbsd-21acc10e4b8069b6bfd04dc22431689abf73ca99.zip
caught a small typo while reading the code: senor -> sensor
-rw-r--r--sys/arch/sparc64/dev/tda.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/tda.c b/sys/arch/sparc64/dev/tda.c
index 49363a98c2f..e95bad8c613 100644
--- a/sys/arch/sparc64/dev/tda.c
+++ b/sys/arch/sparc64/dev/tda.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tda.c,v 1.6 2010/05/20 22:13:45 edd Exp $ */
+/* $OpenBSD: tda.c,v 1.7 2010/08/27 18:58:57 robert Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@ -39,7 +39,7 @@
#define TDA_PSFAN_ON 0x1f
#define TDA_PSFAN_OFF 0x00
-/* Internal and External temperature senor numbers */
+/* Internal and External temperature sensor numbers */
#define SENSOR_TEMP_EXT 0
#define SENSOR_TEMP_INT 1