Commit d0b44960142368b275a21395ef0ad4109244069c

Stefan Sperling 2018-03-09T18:03:38

tweak wording in comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/got_file_index_priv.h b/lib/got_file_index_priv.h
index c1fb905..b0d1cc7 100644
--- a/lib/got_file_index_priv.h
+++ b/lib/got_file_index_priv.h
@@ -53,7 +53,7 @@ struct got_file_index_entry {
 	const char *path;
 };
 
-/* "Stages" of a file which is afflicted by a 3-way merge conflict. */
+/* "Stages" of a file afflicted by a 3-way merge conflict. */
 #define GOT_INDEX_ENTRY_STAGE_MERGED	0
 #define GOT_INDEX_ENTRY_STAGE_ANCESTOR	1
 #define GOT_INDEX_ENTRY_STAGE_OURS	2