diff options
author | Paul Fox <pgf@laptop.org> | 2011-08-29 14:13:55 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-08-29 14:13:55 +1000 |
commit | 44794371e8978ec4b4aeb891f94c9fdd0dcf9dd0 (patch) | |
tree | db82584fc000a220b4d36d8a656e727cb1128201 | |
parent | 56a4f37e3311a8f4c8575a8c04b211c5f7ca3e61 (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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. * |