diff options
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; }; |
