aboutsummaryrefslogtreecommitdiffstats
path: root/refs/reftable-backend.c
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2024-10-21 17:12:26 +0200
committerTaylor Blau <me@ttaylorr.com>2024-10-21 16:05:04 -0400
commitc32d4a8cfe467f5cc5df70b87db27fa210d63d4b (patch)
treef11d027ad34b150594f2227cfa03c0c41905158f /refs/reftable-backend.c
parentThe third batch (diff)
downloadgit-c32d4a8cfe467f5cc5df70b87db27fa210d63d4b.tar.gz
git-c32d4a8cfe467f5cc5df70b87db27fa210d63d4b.zip
global: Fix duplicate word typos
Used regex to find these typos: (?<!struct )(?<=\s)([a-z]{1,}) \1(?=\s) Signed-off-by: Sven Strickroth <email@cs-ware.de> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'refs/reftable-backend.c')
-rw-r--r--refs/reftable-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/refs/reftable-backend.c b/refs/reftable-backend.c
index 3c6107c7ce..38eb14d591 100644
--- a/refs/reftable-backend.c
+++ b/refs/reftable-backend.c
@@ -2131,7 +2131,7 @@ static int write_reflog_existence_table(struct reftable_writer *writer,
reftable_writer_set_limits(writer, ts, ts);
/*
- * The existence entry has both old and new object ID set to the the
+ * The existence entry has both old and new object ID set to the
* null object ID. Our iterators are aware of this and will not present
* them to their callers.
*/