xfree86: update comment for InitInput

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Peter Hutterer 2011-07-04 14:14:11 +10:00
parent 7354f60783
commit 5b5477c05f

View File

@ -806,11 +806,10 @@ duplicateDevice(InputInfoPtr pInfo)
return dup; return dup;
} }
/* /**
* InitInput -- * Initialize all supported input devices present and referenced in the
* Initialize all supported input devices. * xorg.conf.
*/ */
void void
InitInput(int argc, char **argv) InitInput(int argc, char **argv)
{ {