diff options
| author | Sven Strickroth <email@cs-ware.de> | 2024-10-21 17:12:26 +0200 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-21 16:05:04 -0400 |
| commit | c32d4a8cfe467f5cc5df70b87db27fa210d63d4b (patch) | |
| tree | f11d027ad34b150594f2227cfa03c0c41905158f /read-cache-ll.h | |
| parent | The third batch (diff) | |
| download | git-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 'read-cache-ll.h')
| -rw-r--r-- | read-cache-ll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/read-cache-ll.h b/read-cache-ll.h index b5d11d07a8..71b49d9af4 100644 --- a/read-cache-ll.h +++ b/read-cache-ll.h @@ -196,7 +196,7 @@ struct index_state { * * If the variable won't be used again, use release_index() to free() * its resources. If it needs to be used again use discard_index(), - * which does the same thing, but will use use index_state_init() at + * which does the same thing, but will use index_state_init() at * the end. The discard_index() will use its own "istate->repo" as the * "r" argument to index_state_init() in that case. */ |
