From f92dc5514d6babe687ca2fedd47c61479d552d1f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Jan 2021 18:13:00 -0800 Subject: Updated comment --- files.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files.c') diff --git a/files.c b/files.c index 7ab3dd2..014bce2 100644 --- a/files.c +++ b/files.c @@ -41,7 +41,8 @@ static void populate_lines(file_t *f) } // -// Read an entire file into memory. +// Read an entire file into memory, using a printf-style formatting string to +// construct the filename. // file_t *load_filef(file_t **files, const char *fmt, ...) { -- cgit v1.2.3