chore: fix spelling mistakes (#4858)

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2022-07-25 07:26:01 +00:00
committed by GitHub
parent 94a7eaed51
commit f3e340a35b
26 changed files with 42 additions and 42 deletions
+3 -3
View File
@@ -188,9 +188,9 @@ readiness, the driver's tick is packed into the atomic `usize`.
The `ScheduledIo` readiness `AtomicUsize` is structured as:
```
| reserved | generation | driver tick | readinesss |
|----------+------------+--------------+------------|
| 1 bit | 7 bits + 8 bits + 16 bits |
| reserved | generation | driver tick | readiness |
|----------+------------+--------------+-----------|
| 1 bit | 7 bits + 8 bits + 16 bits |
```
The `reserved` and `generation` components exist today.