aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-18 14:45:34 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-18 14:45:34 +0000
commit3611ea28557df023e813836d119e32cc001ea13e (patch)
tree14f0f20818529c9779cfebbf76828dc19231aac8 /nuttx/drivers
parent8bbd7a54553f24ff32e4807c0fbc20e7a6efc05a (diff)
downloadpx4-firmware-3611ea28557df023e813836d119e32cc001ea13e.tar.gz
px4-firmware-3611ea28557df023e813836d119e32cc001ea13e.tar.bz2
px4-firmware-3611ea28557df023e813836d119e32cc001ea13e.zip
STM32 power management update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4848 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/power/pm_activity.c2
-rw-r--r--nuttx/drivers/power/pm_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/power/pm_activity.c b/nuttx/drivers/power/pm_activity.c
index 8cef46684..f52fc93ff 100644
--- a/nuttx/drivers/power/pm_activity.c
+++ b/nuttx/drivers/power/pm_activity.c
@@ -80,7 +80,7 @@
*
* Description:
* This function is called by a device driver to indicate that it is
- * performing meaningful activities (non-idle). This increment an activty
+ * performing meaningful activities (non-idle). This increments an activity
* count and/or will restart a idle timer and prevent entering reduced
* power states.
*
diff --git a/nuttx/drivers/power/pm_internal.h b/nuttx/drivers/power/pm_internal.h
index 0ae4722da..f98624f15 100644
--- a/nuttx/drivers/power/pm_internal.h
+++ b/nuttx/drivers/power/pm_internal.h
@@ -103,7 +103,7 @@ struct pm_global_s
* pm_changestate()
* recommended - The recommended state based on the PM algorithm in
* function pm_update().
- * mndex - The index to the next slot in the memory[] arry to use.
+ * mndex - The index to the next slot in the memory[] array to use.
* mcnt - A tiny counter used only at start up. The actual
* algorithm cannot be applied until CONFIG_PM_MEMORY
* samples have been collected.