Skip to content

Commit 35295f3

Browse files
JordanYatesmmahadevan108
authored andcommitted
zbus: observervation -> observation
Fix a typo in the doxygen and service documentation. Signed-off-by: Jordan Yates <[email protected]>
1 parent 81491df commit 35295f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/services/zbus/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The above figure illustrates some states, from (a) to (d), for channels from ``C
9292
``Subscriber 1``, and the observations. The last two are in orange to indicate they are dynamically
9393
allocated (runtime observation). (a) shows that the observer and all observations are enabled. (b)
9494
shows the observer is disabled, so the event dispatcher will ignore it. (c) shows the observer
95-
enabled. However, there is one static observervation disabled. The event dispatcher will only stop
95+
enabled. However, there is one static observation disabled. The event dispatcher will only stop
9696
sending notifications from channel ``C3``. In (d), the event dispatcher will stop sending
9797
notifications from channels ``C3`` and ``C5`` to ``Subscriber 1``.
9898

include/zephyr/zbus/zbus.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ struct zbus_channel_observation {
268268
/* clang-format off */
269269

270270
/**
271-
* @brief Add a static channel observervation.
271+
* @brief Add a static channel observation.
272272
*
273273
* This macro initializes a channel observation by receiving the
274274
* channel and the observer.
@@ -290,7 +290,7 @@ struct zbus_channel_observation {
290290
/* clang-format on */
291291

292292
/**
293-
* @brief Add a static channel observervation.
293+
* @brief Add a static channel observation.
294294
*
295295
* This macro initializes a channel observation by receiving the
296296
* channel and the observer.

0 commit comments

Comments
 (0)