From 5b2b72ed08f514444f05e7b42556ae096879f2e8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 12 Jul 2018 19:54:23 +0300 Subject: Move STDIN, STDOUT, and STDERR to lower case --- bpkg/archive.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/archive.hxx') 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. -- cgit v1.1