Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Dec 19, 2023
1 parent a0dcec5 commit 77ae03c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private static Set<PointsToSetVariable> getDataflowSources(
CGNode callee = succNodes.next();
IMethod calledMethod = callee.getMethod();

// Does this method call the sythetic "marker?"
// Does this method call the synthetic "marker?"
if (calledMethod
.getName()
.toString()
Expand Down

0 comments on commit 77ae03c

Please sign in to comment.