diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index da9782bd27d0a182d32578c4779481072d0657ef..edfa2230d47588ea0b8d31ca88c0f17eaee9375b 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -116,7 +116,7 @@ static const char *rdev_get_name(struct regulator_dev *rdev) * @supply: regulator supply name * * Extract the regulator device node corresponding to the supply name. - * retruns the device node corresponding to the regulator if found, else + * returns the device node corresponding to the regulator if found, else * returns NULL. */ static struct device_node *of_get_regulator(struct device *dev, const char *supply)