diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:35:21 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:35:21 +0100 |
| commit | 89fcd39793055d94c76bdd5fed468b61ac6964d6 (patch) | |
| tree | 921969c82e68ab794e21089397c94a93277cc223 /libpatch.h | |
| parent | Update e-mail (diff) | |
| download | libpatch-89fcd39793055d94c76bdd5fed468b61ac6964d6.tar.gz libpatch-89fcd39793055d94c76bdd5fed468b61ac6964d6.tar.bz2 libpatch-89fcd39793055d94c76bdd5fed468b61ac6964d6.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libpatch.h')
| -rw-r--r-- | libpatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ struct libpatch_diff2 { /** * The number of consecutive units of - * text that `.change` apply to + * text that `.change` applies to */ unsigned int repetition : sizeof(int) * CHAR_BIT - CHAR_BIT; }; |
