summaryrefslogtreecommitdiff
path: root/absl/crc/internal/crc_cord_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/crc/internal/crc_cord_state.h')
-rw-r--r--absl/crc/internal/crc_cord_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/crc/internal/crc_cord_state.h b/absl/crc/internal/crc_cord_state.h
index cbcff053..fbbb8c00 100644
--- a/absl/crc/internal/crc_cord_state.h
+++ b/absl/crc/internal/crc_cord_state.h
@@ -109,7 +109,7 @@ class CrcCordState {
// Returns true if the chunked CRC32C cached is normalized.
bool IsNormalized() const { return rep().removed_prefix.length == 0; }
- // Normalizes the chunked CRC32C checksum cache by substracting any removed
+ // Normalizes the chunked CRC32C checksum cache by subtracting any removed
// prefix from the chunks.
void Normalize();