aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-30 02:10:53 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-10-30 02:10:53 +0100
commit10f5fafb6d2880792d7cdc7f99fda8a0e36b36c1 (patch)
treefbb39d07fd0cff05478d5d864ee8203724eba015
parentcacdc813439c25049730a149fdbc46b9dc4c834e (diff)
Fix typo
-rw-r--r--src/work.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/work.c b/src/work.c
index 874d0cd..413fa87 100644
--- a/src/work.c
+++ b/src/work.c
@@ -314,7 +314,7 @@ write_match_to_buffer(u8view_t sv, u8view_t *hl)
array_push(buf, sep);
array_extend_sv(buf, COL_RS);
- /* GCC things ‘offset’ can overflow because our offsets have type
+ /* GCC thinks ‘offset’ can overflow because our offsets have type
ptrdiff_t which if negative would have a ‘-’ in the front, but
we know that the match positions can’t be negative so it’s
safe to ignore. */