Skip to content

Commit 89f6984

Browse files
authored
Fix misspelled "Proccess" in comment
1 parent 02e65f4 commit 89f6984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crc32c_sse42.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ uint32_t ExtendSse42(uint32_t crc, const uint8_t* data, size_t size) {
174174
}
175175
}
176176

177-
// Proccess the data in predetermined block sizes with tables for quickly
177+
// Process the data in predetermined block sizes with tables for quickly
178178
// combining the checksum. Experimentally it's better to use larger block
179179
// sizes where possible so use a hierarchy of decreasing block sizes.
180180
uint64_t l64 = l;

0 commit comments

Comments
 (0)