diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:09:47 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:09:47 +0800 |
commit | f6667702bf075a05fbe336dbf3576ad1a82ec645 (patch) | |
tree | 3537c4bce109e6bfd9bec446542370a301d83396 /src/liblzma/api/lzma/lzma12.h | |
parent | Build: Change quoting style from `...' to '...'. (diff) | |
download | xz-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/api/lzma/lzma12.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/lzma12.h b/src/liblzma/api/lzma/lzma12.h index 8ef6ea5b..772c3e29 100644 --- a/src/liblzma/api/lzma/lzma12.h +++ b/src/liblzma/api/lzma/lzma12.h @@ -289,7 +289,7 @@ typedef struct { * \brief Number of literal context bits * * How many of the highest bits of the previous uncompressed - * eight-bit byte (also known as `literal') are taken into + * eight-bit byte (also known as 'literal') are taken into * account when predicting the bits of the next literal. * * E.g. in typical English text, an upper-case letter is |