From fb784d99c521823339bf00b70b9824f735d88875 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 18 Apr 2008 20:57:42 +0930 Subject: [PATCH] mi: fix typo in comment. --- mi/mieq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mi/mieq.c b/mi/mieq.c index 2759d165a..cae55162f 100644 --- a/mi/mieq.c +++ b/mi/mieq.c @@ -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)