shithub: orca

Download patch

ref: 3a5d0c916ea11900852099871e2f492eb1aded6c
parent: ba5a58bb88154985f4ebe6c09e2c779ec93bf2cb
author: cancel <cancel@cancel.fm>
date: Mon Jan 27 05:17:55 EST 2020

Fix comment

--- a/sysmisc.h
+++ b/sysmisc.h
@@ -64,7 +64,7 @@
 // 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