=== modified file 'termkey.c'
--- termkey.c	2013-08-26 01:30:43 +0000
+++ termkey.c	2013-08-26 01:23:19 +0000
@@ -217,7 +217,7 @@
 /* Similar to strcmp(str, strcamel, n) except that:
  *    it compares CamelCase in strcamel with space separated values in str;
  *    it takes char**s and updates them
- * n counts bytes of strcamel, not str
+ * n counts bytes of str, not strcamel
  */
 static int strpncmp_camel(const char **strp, const char **strcamelp, size_t n)
 {