summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jrk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrk.h b/jrk.h
index 6606b7e..6704744 100644
--- a/jrk.h
+++ b/jrk.h
@@ -33,7 +33,7 @@ typedef struct {
* I could use the existing jrk_array_header approach to strings
* but I much prefer just setting the data pointer to strings
* than dealing with using the hyper specific arr functions when
- * using with strings.
+ * using strings.
*/
typedef struct {
char *data;