summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*