aboutsummaryrefslogtreecommitdiffstats
path: root/read-cache-ll.h
diff options
context:
space:
mode:
Diffstat (limited to 'read-cache-ll.h')
-rw-r--r--read-cache-ll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/read-cache-ll.h b/read-cache-ll.h
index e0e39607ef..71b49d9af4 100644
--- a/read-cache-ll.h
+++ b/read-cache-ll.h
@@ -151,7 +151,7 @@ enum sparse_index_mode {
/*
* The index has already been collapsed to sparse directories
- * whereever possible.
+ * wherever possible.
*/
INDEX_COLLAPSED,
@@ -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.
*/