aboutsummaryrefslogtreecommitdiff
path: root/fsmonitor.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:30 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:30 -0700
commit5d4e13f6dfa28d31513dc286a52e33e672eea70a (patch)
treed6a7ddbac5fb4e3b0c030c8c1435a71916e01c18 /fsmonitor.c
parentadd0a35caad3a4309362ae41cb02dae901363f87 (diff)
parent861c4ce141a88e40d8713540ba6b6ede0ccfbe94 (diff)
downloadgit-5d4e13f6dfa28d31513dc286a52e33e672eea70a.tar.xz
Merge branch 'en/typofixes' into master
* en/typofixes: hashmap: fix typo in usage docs Remove doubled words in various comments
Diffstat (limited to 'fsmonitor.c')
-rw-r--r--fsmonitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsmonitor.c b/fsmonitor.c
index 932bd9012d..ed796e3e03 100644
--- a/fsmonitor.c
+++ b/fsmonitor.c
@@ -217,7 +217,7 @@ void refresh_fsmonitor(struct index_state *istate)
* Need to use a char * variable because static
* analysis was suggesting to use strbuf_addbuf
* but we don't want to copy the entire strbuf
- * only the the chars up to the first NUL
+ * only the chars up to the first NUL
*/
buf = query_result.buf;
strbuf_addstr(&last_update_token, buf);