]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docs: use "buses" rather than "busses"
authorSamuel Tardieu <sam@rfc1149.net>
Wed, 3 Jan 2024 17:28:17 +0000 (18:28 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 5 Jan 2024 19:28:54 +0000 (22:28 +0300)
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>
docs/system/arm/palm.rst
docs/system/arm/xscale.rst
docs/system/devices/can.rst

index 47ff9b36d46161bca5d21e0078c0543b2fe72c87..61bc8d34f40b5d91d5beef018365321dd90119d3 100644 (file)
@@ -14,7 +14,7 @@ following elements:
 -  On-chip Real Time Clock
 
 -  TI TSC2102i touchscreen controller / analog-digital converter /
-   Audio CODEC, connected through MicroWire and |I2S| busses
+   Audio CODEC, connected through MicroWire and |I2S| buses
 
 -  GPIO-connected matrix keypad
 
index d2d5949e1026e3f6d868ad5aea13369ef20d329f..e239136c3c71f7d49df7335f5b2fbc7a7738df2c 100644 (file)
@@ -32,4 +32,4 @@ The clamshell PDA models emulation includes the following peripherals:
 
 -  Three on-chip UARTs
 
--  WM8750 audio CODEC on |I2C| and |I2S| busses
+-  WM8750 audio CODEC on |I2C| and |I2S| buses
index 0af3d9912a69479e884c184906835829289ee11e..09121836fdbb0c3e8b9fdd849c05bcb534e8a833 100644 (file)
@@ -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