File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments