diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 6e501784158266d990fc6cad8fb6e0ee7733d923..5e50b20f0f9668ef4f790ae96f6e7b074129aeca 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -2702,7 +2702,7 @@ EXPORT_SYMBOL_GPL(regulator_get_voltage); /** * regulator_set_current_limit - set regulator output current limit * @regulator: regulator source - * @min_uA: Minimuum supported current in uA + * @min_uA: Minimum supported current in uA * @max_uA: Maximum supported current in uA * * Sets current sink to the desired output current. This can be set during