Skip to content

Commit 9f6f59c

Browse files
committed
Fix comments in struct am_ao_state
1 parent 85b0a50 commit 9f6f59c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/ao/state.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ struct am_ao_state {
7272
int running_ao_prio;
7373

7474
/**
75-
* there is a pending am_ao_task() call to be done from
76-
* am_ao_run_all() function
75+
* there are pending am_hsm_init() calls to be done from
76+
* am_ao_run_all() function for some top level AO HSMs
7777
*/
7878
unsigned hsm_init_pend : 1;
79-
/** mark startup sequence complete */
79+
/** am_ao_start() calls were completed for all active objects */
8080
unsigned startup_complete : 1;
8181
/** safety net to catch missing am_ao_init_subscribe_list() call */
8282
unsigned subscribe_list_set : 1;

0 commit comments

Comments
 (0)