We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e299ea commit b2a972fCopy full SHA for b2a972f
1 file changed
cpp/array_record_writer.cc
@@ -69,7 +69,7 @@ constexpr uint32_t kZstdDefaultWindowLog = 20;
69
// Generated from `echo 'ArrayRecord' | md5sum | cut -b 1-16`
70
constexpr uint64_t kMagic = 0x71930e704fdae05eULL;
71
72
-// zstd:3 gives a good trade-off for both the compression and decomopression
+// zstd:3 gives a good trade-off for both the compression and decompression
73
// speed.
74
constexpr char kArrayRecordDefaultCompression[] = "zstd:3";
75
0 commit comments