aboutsummaryrefslogtreecommitdiffstats
path: root/libpatch.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;
};