mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
docs: use "buses" rather than "busses"
If "busses" might be encountered as a plural of "bus" (5 instances), the correct spelling is "buses" (26 instances). Fixing those 5 instances makes the doc more consistent. Signed-off-by: Samuel Tardieu <sam@rfc1149.net> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
2c5107e1b4
commit
8a780cd212
3 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
CAN Bus Emulation Support
|
||||
=========================
|
||||
The CAN bus emulation provides mechanism to connect multiple
|
||||
emulated CAN controller chips together by one or multiple CAN busses
|
||||
(the controller device "canbus" parameter). The individual busses
|
||||
emulated CAN controller chips together by one or multiple CAN buses
|
||||
(the controller device "canbus" parameter). The individual buses
|
||||
can be connected to host system CAN API (at this time only Linux
|
||||
SocketCAN is supported).
|
||||
|
||||
The concept of busses is generic and different CAN controllers
|
||||
The concept of buses is generic and different CAN controllers
|
||||
can be implemented.
|
||||
|
||||
The initial submission implemented SJA1000 controller which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue