diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2024-01-03 18:28:17 +0100 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-01-05 22:28:54 +0300 |
| commit | 8a780cd212647a6013c8ea59e0929dad996e2c54 (patch) | |
| tree | f09c843930e6ef45adb7470255cc2560f9d2cdae /docs/system/devices | |
| parent | 2c5107e1b455d4a157124f021826ead4e04b4aea (diff) | |
| download | focaccia-qemu-8a780cd212647a6013c8ea59e0929dad996e2c54.tar.gz focaccia-qemu-8a780cd212647a6013c8ea59e0929dad996e2c54.zip | |
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>
Diffstat (limited to 'docs/system/devices')
| -rw-r--r-- | docs/system/devices/can.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/system/devices/can.rst b/docs/system/devices/can.rst index 0af3d9912a..09121836fd 100644 --- a/docs/system/devices/can.rst +++ b/docs/system/devices/can.rst @@ -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 |