artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3efcb5c
)
maxumum -> maximum
author
jsg
<jsg@openbsd.org>
Wed, 12 Jan 2022 01:19:24 +0000
(
01:19
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 12 Jan 2022 01:19:24 +0000
(
01:19
+0000)
sys/arch/arm64/dev/aplsmc.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/dev/aplsmc.c
b/sys/arch/arm64/dev/aplsmc.c
index
ca3b923
..
81bc488
100644
(file)
--- a/
sys/arch/arm64/dev/aplsmc.c
+++ b/
sys/arch/arm64/dev/aplsmc.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: aplsmc.c,v 1.
1 2022/01/10 09:07:28 kettenis Exp $
*/
+/* $OpenBSD: aplsmc.c,v 1.
2 2022/01/12 01:19:24 jsg Exp $
*/
/*
* Copyright (c) 2021 Mark Kettenis <kettenis@openbsd.org>
*
@@
-198,7
+198,7
@@
aplsmc_attach(struct device *parent, struct device *self, void *aux)
continue;
if (sc->sc_nsensors >= APLSMC_MAX_SENSORS) {
- printf("%s: max
u
mum number of sensors exceeded\n",
+ printf("%s: max
i
mum number of sensors exceeded\n",
sc->sc_dev.dv_xname);
break;
}