Commit dae613fa0e1938aee68699d7118412f82912facf

Stefan Sperling 2020-12-26T21:40:26

remove a comment that is now misleading

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tog/tog.c b/tog/tog.c
index 2e23ae5..b467d0f 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -434,7 +434,7 @@ struct tog_reflist_entry {
 TAILQ_HEAD(tog_reflist_head, tog_reflist_entry);
 
 struct tog_ref_view_state {
-	struct tog_reflist_head refs;	/* TAILQ */
+	struct tog_reflist_head refs;
 	struct tog_reflist_entry *first_displayed_entry;
 	struct tog_reflist_entry *last_displayed_entry;
 	struct tog_reflist_entry *selected_entry;