xfree86: minor comment fix. HAL → config backend

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Fernando Carrijo <fcarrijo@freedesktop.org>
This commit is contained in:
Peter Hutterer 2010-09-02 10:36:47 +10:00
parent f3861522fe
commit cd7059db4a

View File

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