aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */