diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-15 20:53:25 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-15 20:53:25 +0200 |
| commit | 193d39d9b78a9e3c0c257b2e1e9f9dd4a7a13349 (patch) | |
| tree | c3b4eaf8df53babc7e37df4384d1be3be1cd9186 /librecrypt_check_settings_.c | |
| parent | Fix some minor issues (diff) | |
| download | librecrypt-193d39d9b78a9e3c0c257b2e1e9f9dd4a7a13349.tar.gz librecrypt-193d39d9b78a9e3c0c257b2e1e9f9dd4a7a13349.tar.bz2 librecrypt-193d39d9b78a9e3c0c257b2e1e9f9dd4a7a13349.tar.xz | |
Misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | librecrypt_check_settings_.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt_check_settings_.c b/librecrypt_check_settings_.c index 2c544b2..0cfed69 100644 --- a/librecrypt_check_settings_.c +++ b/librecrypt_check_settings_.c @@ -75,7 +75,7 @@ check_uint(const char *settings, size_t *off, size_t len, char min_first_digit, * @param max The most allowed number of bytes * @param allow_empty Whether the empty string is allowed * (no encoded bytes and no asterisk-notation) - * @param lut Alphabet reverse lookup table, shall map any valid + * @param dlut Alphabet reverse lookup table, shall map any valid * character (except the padding character) to the value * of that character in the encoding alphabet, and map * any other character to the value `0xFF` |
