mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Remove doubled words in various comments
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
47ae905ffb
commit
6d12b533b7
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user