From cd7059db4a766bc9d03d7968aebeba8542e6c6c0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 2 Sep 2010 10:36:47 +1000 Subject: [PATCH] =?UTF-8?q?xfree86:=20minor=20comment=20fix.=20HAL=20?= =?UTF-8?q?=E2=86=92=20config=20backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Hutterer Reviewed-by: Tiago Vignatti Reviewed-by: Fernando Carrijo --- hw/xfree86/common/xf86Xinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c index d5d03e922..1b986e3af 100644 --- a/hw/xfree86/common/xf86Xinput.c +++ b/hw/xfree86/common/xf86Xinput.c @@ -962,7 +962,7 @@ DeleteInputDeviceRequest(DeviceIntPtr pDev) else xf86DeleteInput(pInfo, 0); - /* devices added through HAL aren't in the config layout */ + /* devices added by the config backend aren't in the config layout */ it = xf86ConfigLayout.inputs; while(*it && *it != idev) it++;