jrk

my own c stdlib to keep myself sane
git clone git://git.jakekoroman.com/jrk
Log | Files | Refs

commit 86ca5caa73ff92b2d2ed3d0b0b7208ae4b3f3cfc
parent 0acfb962eb575ae5ecd24e8e88865510b18e5b34
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Tue, 22 Jul 2025 15:29:12 -0400

fix grammar.

Diffstat:
Mjrk.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;