diff options
| -rw-r--r-- | jrk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
