aboutsummaryrefslogtreecommitdiff
path: root/bpkg/archive.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-12 19:54:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-12 19:55:09 +0300
commit5b2b72ed08f514444f05e7b42556ae096879f2e8 (patch)
tree61d90245d1ffd1784773f69631ed61d763a4e47c /bpkg/archive.hxx
parentfa9017f87197565b970d22d2d51241fdfa55c916 (diff)
Move STDIN, STDOUT, and STDERR to lower case
Diffstat (limited to 'bpkg/archive.hxx')
-rw-r--r--bpkg/archive.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/archive.hxx b/bpkg/archive.hxx
index 6904f7a..17e854a 100644
--- a/bpkg/archive.hxx
+++ b/bpkg/archive.hxx
@@ -20,7 +20,7 @@ namespace bpkg
package_dir (const path& archive);
// Start the process of extracting the specified file from the archive. If
- // error is false, then redirect STDERR to /dev/null (this can be used, for
+ // error is false, then redirect stderr to /dev/null (this can be used, for
// example, to suppress diagnostics).
//
// Return a pair of processes that form a pipe. Wait on the second first.