aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/lz_encoder.h
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-24 22:09:47 +0800
committerJia Tan <jiat0218@gmail.com>2023-09-24 22:09:47 +0800
commitf6667702bf075a05fbe336dbf3576ad1a82ec645 (patch)
tree3537c4bce109e6bfd9bec446542370a301d83396 /src/liblzma/lz/lz_encoder.h
parentBuild: Change quoting style from `...' to '...'. (diff)
downloadxz-f6667702bf075a05fbe336dbf3576ad1a82ec645.tar.xz
liblzma: Change quoting style from `...' to '...'.
This was done for both internal and API headers.
Diffstat (limited to '')
-rw-r--r--src/liblzma/lz/lz_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/lz/lz_encoder.h b/src/liblzma/lz/lz_encoder.h
index b71f1180..80cdcf63 100644
--- a/src/liblzma/lz/lz_encoder.h
+++ b/src/liblzma/lz/lz_encoder.h
@@ -225,7 +225,7 @@ typedef struct {
// 3. The literals and matches are encoded using e.g. LZMA.
//
// The bytes that have been ran through the match finder, but not encoded yet,
-// are called `read ahead'.
+// are called 'read ahead'.
/// Get how many bytes the match finder hashes in its initial step.