aboutsummaryrefslogtreecommitdiff
path: root/bpkg/checksum
diff options
context:
space:
mode:
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&);