commit | b92a7e065a5081a92411993f7b1f4fe7337ab908 | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Fri Oct 11 10:20:54 2019 +0000 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Fri Oct 11 10:21:44 2019 +0000 |
tree | b99386b8a4b9c20696b02ac5e169dea2ce48d53c | |
parent | 9e208aa06c2109b45eec6be049a8e47034748c20 [diff] |
Documentation/crc32.txt: small typo fix Upper case the first word. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
diff --git a/Documentation/crc32.txt b/Documentation/crc32.txt index 8a6860f..7542220 100644 --- a/Documentation/crc32.txt +++ b/Documentation/crc32.txt
@@ -1,5 +1,5 @@ ================================= -brief tutorial on CRC computation +Brief tutorial on CRC computation ================================= A CRC is a long-division remainder. You add the CRC to the message,