]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
regulator: core: Fix a trivial typo
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 5 Sep 2013 03:52:02 +0000 (09:22 +0530)
committerMark Brown <broonie@linaro.org>
Mon, 16 Sep 2013 23:28:44 +0000 (00:28 +0100)
Changed automaticall -> automatically.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/core.c

index 5f995d281672fa4f78ef81681709cb821ba1f1fe..85e8cbed1cbc6db5d9d2dc22e288483537b53718 100644 (file)
@@ -3504,7 +3504,7 @@ static void devm_rdev_release(struct device *dev, void *res)
  *
  * Called by regulator drivers to register a regulator.  Returns a
  * valid pointer to struct regulator_dev on success or an ERR_PTR() on
- * error.  The regulator will automaticall be released when the device
+ * error.  The regulator will automatically be released when the device
  * is unbound.
  */
 struct regulator_dev *devm_regulator_register(struct device *dev,