aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorMatt Kraai <kraai@ftbfs.org>2018-12-21 12:52:57 -0800
committerGitHub <noreply@github.com>2018-12-21 12:52:57 -0800
commit17459b8f7d2a377a3a406c210cc0665d1ff3a4b0 (patch)
tree8d2278c3997dcad7b57425ed20a936310b05561c /book
parent0d2d0e1e1c054165b8cbe294fedf1193707cddf2 (diff)
Fix grammar
Diffstat (limited to 'book')
-rw-r--r--book/src/by-example/timer-queue.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/by-example/timer-queue.md b/book/src/by-example/timer-queue.md
index f8066c2..2e3decd 100644
--- a/book/src/by-example/timer-queue.md
+++ b/book/src/by-example/timer-queue.md
@@ -69,7 +69,7 @@ jitter even though `schedule.foo` was invoked at the *end* of `foo`. Using
For the tasks scheduled from `init` we have exact information about their
`scheduled` time. For hardware tasks there's no `scheduled` time because these
-tasks are asynchronous in nature. For hardware task the runtime provides a
+tasks are asynchronous in nature. For hardware tasks the runtime provides a
`start` time, which indicates the time at which the task handler started
executing.