From 44794371e8978ec4b4aeb891f94c9fdd0dcf9dd0 Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Mon, 29 Aug 2011 14:13:55 +1000 Subject: modify comments to match code (query lookups are case sensitive) Signed-off-by: Peter Hutterer --- evtest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/evtest.c b/evtest.c index 022229e..ea03979 100644 --- a/evtest.c +++ b/evtest.c @@ -89,8 +89,7 @@ static const struct query_mode { }; /** - * Look up an entry in the query_modes table by its textual name. The search - * is case-insensitive. + * Look up an entry in the query_modes table by its textual name. * * @param mode The name of the entry to be found. * -- cgit v1.2.3