Skip to content

Commit b2a972f

Browse files
ArrayRecord Teamcopybara-github
authored andcommitted
Fix typo in comment.
PiperOrigin-RevId: 735738334
1 parent 7e299ea commit b2a972f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/array_record_writer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ constexpr uint32_t kZstdDefaultWindowLog = 20;
6969
// Generated from `echo 'ArrayRecord' | md5sum | cut -b 1-16`
7070
constexpr uint64_t kMagic = 0x71930e704fdae05eULL;
7171

72-
// zstd:3 gives a good trade-off for both the compression and decomopression
72+
// zstd:3 gives a good trade-off for both the compression and decompression
7373
// speed.
7474
constexpr char kArrayRecordDefaultCompression[] = "zstd:3";
7575

0 commit comments

Comments
 (0)