aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pm.h
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.csengg@gmail.com>2014-02-20 13:30:32 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-03-01 01:02:52 +0100
commit3e54d1518f8f31effd487b7609c6779f62b0c04f (patch)
tree4f646bfc2d061b9f6c5d713ffd458ce97f23cae6 /include/linux/pm.h
parentPM / hibernate: use name_to_dev_t to parse resume (diff)
downloadlinux-dev-3e54d1518f8f31effd487b7609c6779f62b0c04f.tar.xz
linux-dev-3e54d1518f8f31effd487b7609c6779f62b0c04f.zip
PM: fix typo in comment
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r--include/linux/pm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h
index f23a4f1c1bfb..3540ea99717e 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -352,7 +352,7 @@ const struct dev_pm_ops name = { \
/*
* Use this for defining a set of PM operations to be used in all situations
- * (sustem suspend, hibernation or runtime PM).
+ * (system suspend, hibernation or runtime PM).
* NOTE: In general, system suspend callbacks, .suspend() and .resume(), should
* be different from the corresponding runtime PM callbacks, .runtime_suspend(),
* and .runtime_resume(), because .runtime_suspend() always works on an already