From 0194dcd7a98d84b99bdec3c7c657b6ca213f051d Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Wed, 30 May 2018 15:32:31 +0000 Subject: regulator: Fix typo (shuting/shutting) Submitted by: Jose Luis Duran (github pull #151) --- sys/dev/extres/regulator/regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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, ®node_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) -- cgit v1.3