From d5da0fc0d43b722cb5de853c6aca6c443aafa6b9 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 11 Mar 2018 13:31:50 +0100 Subject: make: typo --- src/blogc-make/ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blogc-make/ctx.c b/src/blogc-make/ctx.c index de92fcf..74932c9 100644 --- a/src/blogc-make/ctx.c +++ b/src/blogc-make/ctx.c @@ -49,7 +49,7 @@ bm_filectx_new(bm_ctx_t *ctx, const char *filename, struct stat *st) st = &buf; } - // if st isn't NULL the file exists for sure + // if it isn't NULL the file exists for sure rv->tv_sec = st->st_mtim_tv_sec; rv->tv_nsec = st->st_mtim_tv_nsec; rv->readable = true; -- cgit v1.2.3-18-g5258