From: Andres Salomon Date: Thu, 23 Dec 2010 09:18:28 +0000 (-0800) Subject: Input: psmouse - fix up Synaptics comment X-Git-Tag: v3.12-rc1~9^2~235^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ee99161a4febe53c906cb9becc596075fd6193e;p=kernel%2Fkernel-generic.git Input: psmouse - fix up Synaptics comment Minor comment fixup for typos and grammar. Noticed while adding a separate workaround. Signed-off-by: Andres Salomon Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 2e300a4..53c65a6 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -802,8 +802,8 @@ int synaptics_init(struct psmouse *psmouse) /* * Toshiba's KBC seems to have trouble handling data from - * Synaptics as full rate, switch to lower rate which is roughly - * thye same as rate of standard PS/2 mouse. + * Synaptics at full rate. Switch to a lower rate (roughly + * the same rate as a standard PS/2 mouse). */ if (psmouse->rate >= 80 && impaired_toshiba_kbc) { printk(KERN_INFO "synaptics: Toshiba %s detected, limiting rate to 40pps.\n",