regulator: core: Fix a trivial typo
Changed automaticall -> automatically.
Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index 5f995d2..85e8cbe 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -3504,7 +3504,7 @@
*
* 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,