diff options
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 |
