summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index b40d245..9dc96e4 100644
--- a/main.c
+++ b/main.c
@@ -47,8 +47,8 @@
* - trie.[ch] (a trie set/map implementation)
* - typo.[ch] (fuzzy matching for typos)
* - util.[ch] (everything else)
- * - xregex.[ch] (regular expression support)
- * - xspawn.[ch] (spawns processes)
+ * - xregex.[ch] (regular expression support)
+ * - xspawn.[ch] (spawns processes)
* - xtime.[ch] (date/time handling utilities)
*/