summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Fox <pgf@laptop.org>2011-08-29 14:13:55 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-08-29 14:13:55 +1000
commit44794371e8978ec4b4aeb891f94c9fdd0dcf9dd0 (patch)
treedb82584fc000a220b4d36d8a656e727cb1128201
parent56a4f37e3311a8f4c8575a8c04b211c5f7ca3e61 (diff)
modify comments to match code (query lookups are case sensitive)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--evtest.c3
1 files changed, 1 insertions, 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.
*