aboutsummaryrefslogtreecommitdiff
path: root/libbutl/curl.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/curl.mxx')
-rw-r--r--libbutl/curl.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/curl.mxx b/libbutl/curl.mxx
index 408c06c..03aac99 100644
--- a/libbutl/curl.mxx
+++ b/libbutl/curl.mxx
@@ -70,7 +70,7 @@ LIBBUTL_MODEXPORT namespace butl
// "http://example.org");
//
// curl (nullfd,
- // fdnull (), // Write result to /dev/null.
+ // fdopen_null (), // Write result to /dev/null.
// 2,
// curl::get,
// "tftp://localhost/foo");