From 1d9f410810de6fbb9c974735e5e14dbebe1c0718 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 22 Jul 2016 12:43:22 +0300 Subject: Adapt to fdstream extension --- bpkg/checksum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/checksum') diff --git a/bpkg/checksum b/bpkg/checksum index 3ef35cc..c0dbb6b 100644 --- a/bpkg/checksum +++ b/bpkg/checksum @@ -18,7 +18,7 @@ namespace bpkg string sha256 (const common_options&, const char* buf, size_t n); - // The same but for a stream (if ifstream, open in binary mode). + // The same but for a stream (if ifdstream, open in binary mode). // string sha256 (const common_options&, istream&); -- cgit v1.1