mi: fix typo in comment.

This commit is contained in:
Peter Hutterer 2008-04-18 20:57:42 +09:30
parent 8209fdbc7c
commit fb784d99c5

View File

@ -333,7 +333,7 @@ mieqProcessInputEvents(void)
/* FIXME: Bad hack. The only event where we actually get multiple
* events at once is a DeviceMotionNotify followed by
* DeviceValuators. For now it's save enough to just take the
* DeviceValuators. For now it's safe enough to just take the
* event directly or copy the bunch of events and pass in the
* copy. Eventually the interface for the processInputProc needs
* to be changed. (whot)