diff --git a/tests/data/test2600 b/tests/data/test2600
index dba42249b2..d6d07256d7 100644
--- a/tests/data/test2600
+++ b/tests/data/test2600
@@ -2,7 +2,7 @@
unittest
-llist
+cfilter
@@ -18,7 +18,7 @@ debug
http
-llist unit tests
+connection filter connect/destroy unit tests
diff --git a/tests/unit/unit2600.c b/tests/unit/unit2600.c
index ce41427991..260ce6e1e7 100644
--- a/tests/unit/unit2600.c
+++ b/tests/unit/unit2600.c
@@ -347,7 +347,7 @@ static void test_connect(struct test_case *tc)
/*
* How these test cases work:
- * - replace the creation of the TCP socket filter with out test filter
+ * - replace the creation of the TCP socket filter with our test filter
* - test filter does nothing and reports failure after configured delay
* - we feed addresses into the resolve cache to simulate different cases
* - we monitor how many instances of ipv4/v6 attempts are made and when