Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
I thought 'this' was referring to l->pattern->part[i].type.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Apr 4, 2013
1 parent 66a5131 commit 82bd497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ static void find_literal_numbers(struct file *info)
}
}

/* We overload this as a flag to say we found mismatch */
/* first is cleared iff we found a mismatch. */
if (first)
l->pattern->part[i].type = LITERAL;
}
Expand Down

0 comments on commit 82bd497

Please sign in to comment.