From 3a5d0c916ea11900852099871e2f492eb1aded6c Mon Sep 17 00:00:00 2001 From: cancel Date: Mon, 27 Jan 2020 10:17:55 +0900 Subject: [PATCH] Fix comment --- sysmisc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysmisc.h b/sysmisc.h index c128cd3..453e56c 100644 --- a/sysmisc.h +++ b/sysmisc.h @@ -64,7 +64,7 @@ Conf_save_start_error conf_save_start(Conf_save *p, char const *conf_file_name); // strings will be leaked. If the return value is not `Conf_save_start_ok`, // then the contents of `*p` are zeroed, and nothing further has to be called. // -// `conf_file_name` should be a C string like "/myprogram.conf" +// `conf_file_name` should be a C string like "myprogram.conf" // // Note that `origfile` in the `struct Conf_save` may be null even if the call // succeeded and didn't return an error. This is because it's possible for