summaryrefslogtreecommitdiff
path: root/absl/crc/internal/crc_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/crc/internal/crc_internal.h')
-rw-r--r--absl/crc/internal/crc_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/crc/internal/crc_internal.h b/absl/crc/internal/crc_internal.h
index 97083423..7d77bdf5 100644
--- a/absl/crc/internal/crc_internal.h
+++ b/absl/crc/internal/crc_internal.h
@@ -60,7 +60,7 @@ constexpr uint64_t kScrambleHi = (static_cast<uint64_t>(0x4f1bbcdcU) << 32) |
constexpr uint64_t kScrambleLo = (static_cast<uint64_t>(0xf9ce6030U) << 32) |
static_cast<uint64_t>(0x2e76e41bU);
-class CRCImpl : public CRC { // Implemention of the abstract class CRC
+class CRCImpl : public CRC { // Implementation of the abstract class CRC
public:
using Uint32By256 = uint32_t[256];