summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors/menu.c
diff options
context:
space:
mode:
authorAntonio Ospite <ao2@ao2.it>2014-06-04 14:03:45 +0200
committerJiri Kosina <jkosina@suse.cz>2014-06-19 15:21:56 +0200
commit2fba5376ed7d8cdebd873ee124b8e5dd3c936f92 (patch)
tree5d873ed3b590f53c27664047962e78b0d49a5caf /drivers/cpuidle/governors/menu.c
parentd5ae11dc402f64a3b79ef6754487429b772f3e71 (diff)
downloadlinux-0-day-2fba5376ed7d8cdebd873ee124b8e5dd3c936f92.tar.gz
linux-0-day-2fba5376ed7d8cdebd873ee124b8e5dd3c936f92.tar.xz
cpuidle: fix comment
Signed-off-by: Antonio Ospite <ao2@ao2.it> Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com> Cc: "tuukka.tikkanen@linaro.org" <tuukka.tikkanen@linaro.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/cpuidle/governors/menu.c')
-rw-r--r--drivers/cpuidle/governors/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c
index 71b5232933547..daf850250b6aa 100644
--- a/drivers/cpuidle/governors/menu.c
+++ b/drivers/cpuidle/governors/menu.c
@@ -406,7 +406,7 @@ static void menu_update(struct cpuidle_driver *drv, struct cpuidle_device *dev)
*
* Any measured amount of time will include the exit latency.
* Since we are interested in when the wakeup begun, not when it
- * was completed, we must substract the exit latency. However, if
+ * was completed, we must subtract the exit latency. However, if
* the measured amount of time is less than the exit latency,
* assume the state was never reached and the exit latency is 0.
*/