Skip to content

Commit 5552899

Browse files
authored
Fix typo caught by CI
1 parent 166400a commit 5552899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/this-month/2020-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ defining feature (easy message passing between tasks) is now working!
9797
All hardware devices on the platform will be added to the Platform Bus by *Bus Drivers*, and described using *properties* (as an
9898
example, a PCI device will have properties such as `pci.vendor_id`, and `pci.class`). *Device drivers* will be
9999
able to apply to manage devices by sending a *Filter* to the Platform Bus, which specifies which devices they are
100-
able to handle, based on a device's properties. In the future, Platform Bus will be reponsible for handling all
100+
able to handle, based on a device's properties. In the future, Platform Bus will be responsible for handling all
101101
PCI, USB, and hardwired devices on all platforms.
102102
* The first *Bus Driver* was added to manage PCI devices. It uses a new system call, `pci_get_info`, to get the raw
103103
information about PCI from the kernel, and then creates a Platform Bus device for each function, with the correct

0 commit comments

Comments
 (0)