Skip to content

Commit 3206040

Browse files
committed
Add cosmetic changes to libs/ao/ao.h comments
1 parent a79dfbe commit 3206040

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

libs/ao/ao.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ extern "C" {
165165
* subscribed active objects handled it.
166166
* This is done asynchronously after this function returns.
167167
*
168-
* Statically allocated events (events for which am_event_is_static()
169-
* returns true) are never freed.
168+
* Statically allocated events, i.e. events for which am_event_is_static()
169+
* returns true, are never freed.
170170
*
171171
* The function is fast, thread safe and usable from
172172
* interrupt service routines (ISR).
@@ -231,8 +231,8 @@ void am_ao_publish_exclude(
231231
* subscribed active objects handled it.
232232
* This is done asynchronously after this function returns.
233233
*
234-
* Statically allocated events (events for which am_event_is_static()
235-
* returns true) are never freed.
234+
* Statically allocated events, i.e. events for which am_event_is_static()
235+
* returns true, are never freed.
236236
*
237237
* The function is fast, thread safe and usable from
238238
* interrupt service routines (ISR).
@@ -271,8 +271,8 @@ void am_ao_publish(const struct am_event *event);
271271
* active object handled the event.
272272
* This is done asynchronously after this function returns.
273273
*
274-
* Statically allocated events (events for which am_event_is_static()
275-
* returns true) are never freed.
274+
* Statically allocated events, i.e. events for which am_event_is_static()
275+
* returns true are never freed.
276276
*
277277
* The function is fast, thread safe and usable from
278278
* interrupt service routines (ISR).
@@ -313,8 +313,8 @@ void am_ao_post_fifo(struct am_ao *ao, const struct am_event *event);
313313
* active object handled the event.
314314
* This is done asynchronously after this function returns.
315315
*
316-
* Statically allocated events (events for which am_event_is_static()
317-
* returns true) are never freed.
316+
* Statically allocated events, i.e. events for which am_event_is_static()
317+
* returns true, are never freed.
318318
*
319319
* @param ao the event is posted to this active object
320320
* @param event the event to post

0 commit comments

Comments
 (0)