Minor edit to event_queue.md. This closes #153. This closes #154.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/6a0dc630 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/6a0dc630 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/6a0dc630 Branch: refs/heads/develop Commit: 6a0dc6300e49861ccceac78e706e043467b054d8 Parents: 1d5c200 Author: aditihilbert <[email protected]> Authored: Mon Feb 20 08:09:47 2017 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Feb 20 08:09:47 2017 -0800 ---------------------------------------------------------------------- docs/os/core_os/event_queue/event_queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/6a0dc630/docs/os/core_os/event_queue/event_queue.md ---------------------------------------------------------------------- diff --git a/docs/os/core_os/event_queue/event_queue.md b/docs/os/core_os/event_queue/event_queue.md index 68f7ae5..540955c 100644 --- a/docs/os/core_os/event_queue/event_queue.md +++ b/docs/os/core_os/event_queue/event_queue.md @@ -1,7 +1,7 @@ # Event Queues -An event queue allows a task to serialize incoming events and simplify event processing. Events are stored in a queue and a task removes and processes an event from the queue. An event is processed in the context this task. Events may be generated by [OS callouts](../callout/callout.md), interrupt handlers, and other tasks. +An event queue allows a task to serialize incoming events and simplify event processing. Events are stored in a queue and a task removes and processes an event from the queue. An event is processed in the context of this task. Events may be generated by [OS callouts](../callout/callout.md), interrupt handlers, and other tasks. ### Description
