Skip to content

Commit 7e605c2

Browse files
committed
Fix typos
1 parent c40a661 commit 7e605c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/ao/ao.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ extern "C" {
158158
* Might be useful, if the AO publishing the \p event does not want
159159
* the library to route the same event back to this AO.
160160
*
161-
* Application might observe changed order of events after publishing.
161+
* Application might observe changed order of events after the publishing.
162162
* This change of order might happen, if the publishing is from low-priority
163163
* active object, which then will get immediately preempted by higher-priority
164164
* subscribers. This might or might not matter to your application.
@@ -244,7 +244,7 @@ void am_ao_publish_exclude(
244244
* the \p event.
245245
* The \p event is then handled asynchronously by the active objects.
246246
*
247-
* Application might observe changed order of events after publishing.
247+
* Application might observe changed order of events after the publishing.
248248
* This change of order might happen, if the publishing is from low-priority
249249
* active object, which then will get immediately preempted by higher-priority
250250
* subscribers. This might or might not matter to your application.

0 commit comments

Comments
 (0)