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 d305424c..bc62d555 100644
--- a/absl/crc/internal/crc_cord_state.h
+++ b/absl/crc/internal/crc_cord_state.h
@@ -71,7 +71,7 @@ class CrcCordState {
struct Rep {
// `removed_prefix` is the crc and length of any prefix that has been
// removed from the Cord (for example, by calling
- // `CrcCord::RemovePrefix()`). To get the checkum of any prefix of the cord,
+ // `CrcCord::RemovePrefix()`). To get the checksum of any prefix of the cord,
// this value must be subtracted from `prefix_crc`. See `Checksum()` for an
// example.
//