summaryrefslogtreecommitdiff
path: root/wsutil/crc10.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crc10.h')
-rw-r--r--wsutil/crc10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/crc10.h b/wsutil/crc10.h
index 41b631962b..f881f3bda9 100644
--- a/wsutil/crc10.h
+++ b/wsutil/crc10.h
@@ -26,7 +26,7 @@
#include "ws_symbol_export.h"
-/* update the data block's CRC-10 remainder one byte at a time */
+/* Update the data block's CRC-10 remainder one byte at a time */
WS_DLL_PUBLIC guint16 update_crc10_by_bytes(guint16 crc10, const guint8 *data_blk_ptr, int data_blk_size);
#endif /* __CRC10_H__ */