aboutsummaryrefslogtreecommitdiff
path: root/absl/crc/internal/crc_internal.h
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2023-05-03 07:41:30 -0700
committerCopybara-Service <copybara-worker@google.com>2023-05-03 07:41:30 -0700
commit3e9f08d9fb77b685e14e87630036e7b6cf09c2c6 (patch)
tree4e19365188ca6677bf178597b4eee4e7ea91335e /absl/crc/internal/crc_internal.h
parent3132b83a1a1c82df959e000057de27e1b8ff692d (diff)
parentd60c3ac625461da89e198b8912bb0bda251ef980 (diff)
downloadabseil-3e9f08d9fb77b685e14e87630036e7b6cf09c2c6.tar.gz
abseil-3e9f08d9fb77b685e14e87630036e7b6cf09c2c6.tar.bz2
abseil-3e9f08d9fb77b685e14e87630036e7b6cf09c2c6.zip
Merge pull request #1441 from Vertexwahn:fix-spelling3
PiperOrigin-RevId: 529086715 Change-Id: Id5462322d5707a1b4475438520fcb70ee7b15450
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];