mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Fixed spelling errors.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#define PS2_CMD_SET_SCALING_2_1 0xE7
|
||||
#define PS2_CMD_SET_SCALING_1_1 0xE6
|
||||
|
||||
/* synatics modes */
|
||||
/* synaptics modes */
|
||||
#define SYN_BIT_ABSOLUTE_MODE (1 << 7)
|
||||
#define SYN_BIT_HIGH_RATE (1 << 6)
|
||||
#define SYN_BIT_SLEEP_MODE (1 << 3)
|
||||
|
||||
@@ -280,7 +280,7 @@ SynapticsPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
|
||||
SynapticsSHM *pars;
|
||||
char *repeater;
|
||||
|
||||
/* allocate memory for SynaticsPrivateRec */
|
||||
/* allocate memory for SynapticsPrivateRec */
|
||||
priv = xcalloc(1, sizeof(SynapticsPrivate));
|
||||
if (!priv)
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user