Fix grammar

This commit is contained in:
Matt Kraai 2018-12-21 12:52:57 -08:00 committed by GitHub
parent 0d2d0e1e1c
commit 17459b8f7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.