aboutsummaryrefslogtreecommitdiffstats
path: root/libgamepad.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:12:46 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:12:46 +0100
commit4820db86224dcc288106690fff7fc09b574c6ad4 (patch)
treeae36e8bf9bd3ac864a4ebff171ff093d9cb0c5bd /libgamepad.h
parentEmpty signed commit (diff)
downloadlibgamepad-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.h6
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