diff options
author | Vertexwahn <julian.amann@tum.de> | 2023-05-02 20:13:10 +0200 |
---|---|---|
committer | Vertexwahn <julian.amann@tum.de> | 2023-05-02 20:24:15 +0200 |
commit | d60c3ac625461da89e198b8912bb0bda251ef980 (patch) | |
tree | d6bddb4fc448c4a223cfa860637ed9366ff2cf52 /absl/crc/internal/crc.h | |
parent | 3132b83a1a1c82df959e000057de27e1b8ff692d (diff) | |
download | abseil-d60c3ac625461da89e198b8912bb0bda251ef980.tar.gz abseil-d60c3ac625461da89e198b8912bb0bda251ef980.tar.bz2 abseil-d60c3ac625461da89e198b8912bb0bda251ef980.zip |
Fix spelling mistakes
Diffstat (limited to 'absl/crc/internal/crc.h')
-rw-r--r-- | absl/crc/internal/crc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/crc/internal/crc.h b/absl/crc/internal/crc.h index 08afba3c..e683c25f 100644 --- a/absl/crc/internal/crc.h +++ b/absl/crc/internal/crc.h @@ -68,7 +68,7 @@ class CRC { // any reduction of error-detection ability in the outer CRC. // Unscramble() performs the inverse transformation. // It is strongly recommended that CRCs be scrambled before storage or - // transmission, and unscrambled at the other end before futher manipulation. + // transmission, and unscrambled at the other end before further manipulation. virtual void Scramble(uint32_t* crc) const = 0; virtual void Unscramble(uint32_t* crc) const = 0; |