From: Charles Keepax Date: Tue, 21 May 2013 14:04:07 +0000 (+0100) Subject: regulator: core: Correct spelling mistake in comment X-Git-Tag: upstream/snapshot3+hdmi~4986^2~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce0d10f887cabf9f16d1cbb60ef013021befbfdf;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git regulator: core: Correct spelling mistake in comment Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 6e50178..5e50b20 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