aboutsummaryrefslogtreecommitdiffstats
path: root/src/checksum/crc32/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checksum/crc32/crc32.h')
-rw-r--r--src/checksum/crc32/crc32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checksum/crc32/crc32.h b/src/checksum/crc32/crc32.h
index 998e8489e..9fd69670d 100644
--- a/src/checksum/crc32/crc32.h
+++ b/src/checksum/crc32/crc32.h
@@ -12,8 +12,8 @@
namespace Botan {
-/*
-* CRC32
+/**
+* 32-bit cyclic redundancy check
*/
class BOTAN_DLL CRC32 : public HashFunction
{