From 4820db86224dcc288106690fff7fc09b574c6ad4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:12:46 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libgamepad.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libgamepad.h') diff --git a/libgamepad.h b/libgamepad.h index f77e16b..d3609b6 100644 --- a/libgamepad.h +++ b/libgamepad.h @@ -1487,7 +1487,7 @@ struct libgamepad_superdevice { struct libgamepad_device { /** * File descriptor to the device, the application - * may use it to poll for read-readyness + * may use it to poll for read readiness */ int fd; @@ -1499,7 +1499,7 @@ struct libgamepad_device { int auto_sync; /** - * Bus type the device is connect via, see BUS_-prefixed + * Bus type the device is connected via, see BUS_-prefixed * constants in */ unsigned int bus_type; @@ -1532,7 +1532,7 @@ struct libgamepad_device { char *name; /** - * ID that is supposted to be unique to the device + * ID that is supposed to be unique to the device * (sub- or superdevice) * * Empty if not available -- cgit v1.2.3-70-g09d2