aboutsummaryrefslogtreecommitdiff
path: root/bpkg/checksum
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-07-22 12:43:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-07-23 20:06:50 +0300
commit1d9f410810de6fbb9c974735e5e14dbebe1c0718 (patch)
treef44b04d9e0a13a21deb7f59f1a2ae8334daf7f94 /bpkg/checksum
parent7ea82c5013ab3c3d44b4b85cf767559e7019854f (diff)
Adapt to fdstream extension
Diffstat (limited to 'bpkg/checksum')
-rw-r--r--bpkg/checksum2
1 files changed, 1 insertions, 1 deletions
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&);