aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini2023-05-04 11:49:30 -0400
committerTom Rini2023-05-04 11:49:30 -0400
commit7f30eec1779b8f641b9563a1dab6a6865916ec01 (patch)
tree9d0b296416d6820d45cfa24bdebe1ef81ef44b1c /doc
parentbfce695104d59a8570ce0a7cbd75d3728117eb5d (diff)
parent0d734df4a459f01fdf1e62512fb28b28022cb6a9 (diff)
Merge branch '2023-05-03-assorted-updates-and-fixes'
- Various typo fixes, pass -Werror to host tools builds, bdi cleanups, fix hush and local variables, a FSL PCI fix and correct some python in one of the tests.
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/event.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/event.rst b/doc/develop/event.rst
index 4ff59348371..e60cbf65691 100644
--- a/doc/develop/event.rst
+++ b/doc/develop/event.rst
@@ -12,7 +12,7 @@ Rather than using weak functions and direct calls across subsystemss, it is
often easier to use an event.
An event consists of a type (e.g. EVT_DM_POST_INIT) and some optional data,
-in `union event_data`. An event spy can be creasted to watch for events of a
+in `union event_data`. An event spy can be created to watch for events of a
particular type. When the event is created, it is sent to each spy in turn.