Skip to content

Commit ea4bc72

Browse files
Flavio Ceolinnashif
authored andcommitted
power: Fix documentation
Small fixes in state control documentation. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
1 parent ae07aad commit ea4bc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/power/power.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ void pm_dump_debug_info(void);
167167
* @details Disabled state cannot be selected by the Zephyr power
168168
* management policies. Application defined policy should
169169
* use the @ref pm_ctrl_is_state_enabled function to
170-
* check if given state could is enabled and could be used.
170+
* check if given state is enabled and could be used.
171171
*
172172
* @param [in] state Power state to be disabled.
173173
*/
@@ -179,7 +179,7 @@ void pm_ctrl_disable_state(enum pm_state state);
179179
* @details Enabled state can be selected by the Zephyr power
180180
* management policies. Application defined policy should
181181
* use the @ref pm_ctrl_is_state_enabled function to
182-
* check if given state could is enabled and could be used.
182+
* check if given state is enabled and could be used.
183183
* By default all power states are enabled.
184184
*
185185
* @param [in] state Power state to be enabled.

0 commit comments

Comments
 (0)