aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflist.c')
-rw-r--r--src/reflist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflist.c b/src/reflist.c
index e9aedaaf..aab8950a 100644
--- a/src/reflist.c
+++ b/src/reflist.c
@@ -53,7 +53,7 @@ struct _reflection {
struct _reflection *child[2]; /* Child nodes */
struct _reflection *parent; /* Parent node */
struct _reflection *next; /* Next and previous in doubly linked */
- struct _reflection *prev; /* list of duplicate reflections */
+ struct _reflection *prev; /* list of duplicate reflections */
/* Payload */
struct _refldata data;