Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book_src/Operating Systems From 0 to 1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ Bus
]Bus is a subsystem that transfers data between computer
components or between computers. Physically, buses are just
electrical wires that connect all components together and each
wire transfer a single big of data. The total number of wires is
wire transfer a single bit of data. The total number of wires is
called bus width[margin:
bus width
]bus width, and is dependent on how many wires a CPU can support.
Expand Down