aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:35:21 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:35:21 +0100
commit89fcd39793055d94c76bdd5fed468b61ac6964d6 (patch)
tree921969c82e68ab794e21089397c94a93277cc223
parentUpdate e-mail (diff)
downloadlibpatch-89fcd39793055d94c76bdd5fed468b61ac6964d6.tar.gz
libpatch-89fcd39793055d94c76bdd5fed468b61ac6964d6.tar.bz2
libpatch-89fcd39793055d94c76bdd5fed468b61ac6964d6.tar.xz
fix grammarHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--libpatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpatch.h b/libpatch.h
index ee7c1c9..040339e 100644
--- a/libpatch.h
+++ b/libpatch.h
@@ -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;
};