aboutsummaryrefslogtreecommitdiff
path: root/libbutl/curl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/curl.hxx')
-rw-r--r--libbutl/curl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbutl/curl.hxx b/libbutl/curl.hxx
index 19105ef..dad0bf5 100644
--- a/libbutl/curl.hxx
+++ b/libbutl/curl.hxx
@@ -105,7 +105,8 @@ namespace butl
const std::string& url,
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,