From: Dirk Lemstra Date: Mon, 4 Sep 2017 05:03:08 +0000 (+0200) Subject: Minor comment fix. X-Git-Tag: 7.0.7-1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8728c0cbaebbf7e2cba346744aeaf7e861d15b0f;p=imagemagick Minor comment fix. --- diff --git a/Magick++/lib/Magick++/Blob.h b/Magick++/lib/Magick++/Blob.h index 68b54a868..87abd6baf 100644 --- a/Magick++/lib/Magick++/Blob.h +++ b/Magick++/lib/Magick++/Blob.h @@ -54,7 +54,7 @@ namespace Magick // destroyed. const void* data(void) const; - // Obtain data length + // Obtain data length. size_t length(void) const; // Update object contents, making a copy of the supplied data.