From ef2e885f4365c0907f4a58168e29686fd0e513c8 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 31 Jul 2000 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2000-07-31 --- pc/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/mouse.c b/pc/mouse.c index cef043819ecea09c321d3aca9e05785f80500845..bcc1a8ec74c9470057ba0142bcc245c5984b0d08 100644 --- a/pc/mouse.c +++ b/pc/mouse.c @@ -52,7 +52,7 @@ serialmouse(int port, char *type, int setspeed) * byte 1 - DX * byte 2 - DY * - * shift & left button is the same as middle button + * shift & right button is the same as middle button */ static void ps2mouseputc(int c, int shift)