From 321960cee1a4a84790346003a48e546d1a2ffff4 Mon Sep 17 00:00:00 2001 From: Wang Yaofu Date: Thu, 14 Apr 2022 13:26:55 +0800 Subject: [PATCH] Update crc_poly.c --- crc/crc_poly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crc/crc_poly.c b/crc/crc_poly.c index a44753e..d3fa873 100644 --- a/crc/crc_poly.c +++ b/crc/crc_poly.c @@ -1,5 +1,5 @@ /* -** The crc32 is licensed under the Apache License, Version 2.0, and a copy of the license is included in this file. +** The crc is licensed under the Apache License, Version 2.0, and a copy of the license is included in this file. ** **Author:Wang Yaofu voipman@qq.com **Description: The source file to calc crc poly.