Skip to content

Commit

Permalink
Correct a function name in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Sep 6, 2017
1 parent 32b4848 commit 185db9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osscan.cc
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ static std::vector<struct AVal> str2AVal(const char *str) {

/* Compare two AVal chains literally, without evaluating the value of either one
as an expression. This is used by mergeFPs. Unlike with AVal_match, it is
always the case that AVal_match_literal(a, b) == AVal_match_literal(b, a). */
always the case that test_match_literal(a, b) == test_match_literal(b, a). */
static bool test_match_literal(const FingerTest *a, const FingerTest *b) {
std::vector<struct AVal>::const_iterator ia, ib;

Expand Down

0 comments on commit 185db9d

Please sign in to comment.