From: Mark Brown Date: Tue, 9 Sep 2008 15:21:17 +0000 (+0100) Subject: regulator: Fix typo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3de89609a82aa68f543cba263eb28725e0fde511;p=linux-beck.git regulator: Fix typo Signed-off-by: Mark Brown Signed-off-by: Liam Girdwood --- diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index bc01b42a8583..e37d80561985 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h @@ -51,7 +51,7 @@ struct regulator_ops { int output_uV, int load_uA); /* the operations below are for configuration of regulator state when - * it's parent PMIC enters a global STANBY/HIBERNATE state */ + * its parent PMIC enters a global STANDBY/HIBERNATE state */ /* set regulator suspend voltage */ int (*set_suspend_voltage) (struct regulator_dev *, int uV);