aboutsummaryrefslogtreecommitdiff
path: root/libbutl/openssl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/openssl.hxx')
-rw-r--r--libbutl/openssl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbutl/openssl.hxx b/libbutl/openssl.hxx
index bd562d6..9ab248c 100644
--- a/libbutl/openssl.hxx
+++ b/libbutl/openssl.hxx
@@ -96,7 +96,8 @@ namespace butl
const std::string& command,
A&&... options);
- // Version with the command line callback (see process_run() for details).
+ // Version with the command line callback (see process_run_callback() for
+ // details).
//
template <typename C,
typename I,