diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:12:46 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:12:46 +0100 |
| commit | 4820db86224dcc288106690fff7fc09b574c6ad4 (patch) | |
| tree | ae36e8bf9bd3ac864a4ebff171ff093d9cb0c5bd /libgamepad.h | |
| parent | Empty signed commit (diff) | |
| download | libgamepad-4820db86224dcc288106690fff7fc09b574c6ad4.tar.gz libgamepad-4820db86224dcc288106690fff7fc09b574c6ad4.tar.bz2 libgamepad-4820db86224dcc288106690fff7fc09b574c6ad4.tar.xz | |
m fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libgamepad.h')
| -rw-r--r-- | libgamepad.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <linux/input.h> */ 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 |
