Skip to content

Commit

Permalink
Merge pull request #1126 from furtherun/master
Browse files Browse the repository at this point in the history
fix comment description error in ICFGNode.h
  • Loading branch information
yuleisui authored Jun 15, 2023
2 parents 4fa9be5 + a5c0b0c commit ea19a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svf/include/Graphs/ICFGNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class ICFGNode : public GenericICFGNodeTy
return fun;
}

/// Return the function of this ICFGNode
/// Return the basic block of this ICFGNode
virtual const SVFBasicBlock* getBB() const
{
return bb;
Expand Down

0 comments on commit ea19a3a

Please sign in to comment.