Commit 612ff870 authored by Willem Thiart's avatar Willem Thiart
Browse files

Fix comment

parent 57edf800
......@@ -288,7 +288,7 @@ int raft_recv_appendentries(
break;
}
/* Pick up remainder in case of mismatch or missing existing entry */
/* Pick up remainder in case of mismatch or missing entry */
for (; i < ae->n_entries; i++)
{
int e = raft_append_entry(me_, &ae->entries[i]);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment