aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-05-30 15:32:31 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2018-05-30 15:32:31 +0000
commit0194dcd7a98d84b99bdec3c7c657b6ca213f051d (patch)
tree4e41f1897aa3dcc2197a4fe7de4cbb81a2327b24 /sys
parente2b8bf0a18a5e97ba1c0050b82d0327ad415ce29 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/extres/regulator/regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/extres/regulator/regulator.c b/sys/dev/extres/regulator/regulator.c
index 7cebf27aee6fb..fa294867b5710 100644
--- a/sys/dev/extres/regulator/regulator.c
+++ b/sys/dev/extres/regulator/regulator.c
@@ -174,7 +174,7 @@ regulator_shutdown(void *dummy)
TAILQ_FOREACH(entry, &regnode_list, reglist_link) {
if (entry->std_param.always_on == 0 && disable) {
if (bootverbose)
- printf("regulator: shuting down %s\n",
+ printf("regulator: shutting down %s\n",
entry->name);
ret = regnode_status(entry, &status);
if (ret == 0 && status == REGULATOR_STATUS_ENABLED)