Fixed spelling errors.

This commit is contained in:
Peter Osterlund
2005-01-08 21:56:16 +01:00
parent c232a9ba28
commit 829fca465a
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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;