From aa10e37a255a63dc269fb30358a5946d558e39b0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Mar 2025 00:06:05 +0100 Subject: Fix annoying comment. --- src/lib/content.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/content.h b/src/lib/content.h index aca5abea5..bee7419dd 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -144,9 +144,9 @@ public: return _last_write_times[i]; } - /** @return Digest of the content's file(s). Note: this is - * not a complete MD5-or-whatever hash, but a sort of poor - * man's version (see comments in examine()). + /** @return Digest of the content's file(s). This is a MD5 digest + * of the first million bytes, the last million bytes, and the + * size of the first file in ASCII. */ std::string digest() const { boost::mutex::scoped_lock lm(_mutex); -- cgit v1.2.3