Skip to content

Commit ef31c94

Browse files
committed
style: add Hdlc to spell-checker ignore list
Fix cspell warning for Crc32IsoHdlc by adding Hdlc to the spell-checker:ignore comment. Hdlc is a legitimate acronym for High-Level Data Link Control used in CRC algorithms.
1 parent 6a92c44 commit ef31c94

File tree

1 file changed

+1
-1
lines changed
  • src/uucore/src/lib/features

1 file changed

+1
-1
lines changed

src/uucore/src/lib/features/sum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
55

6-
// spell-checker:ignore memmem algo PCLMULQDQ refin xorout
6+
// spell-checker:ignore memmem algo PCLMULQDQ refin xorout Hdlc
77

88
//! Implementations of digest functions, like md5 and sha1.
99
//!

0 commit comments

Comments
 (0)