aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-17 18:13:00 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-17 18:13:00 -0800
commitf92dc5514d6babe687ca2fedd47c61479d552d1f (patch)
tree75727b9279f3dc88af0eb17dda9572bde87e91f9
parentc6dd967c7062625ba0d473f8f6088142c16ed6b0 (diff)
Updated comment
-rw-r--r--files.c3
1 files changed, 2 insertions, 1 deletions
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, ...)
{