Skip to content

Commit

Permalink
module/expander.go: fix typo (#56)
Browse files Browse the repository at this point in the history
Fix a small typo that is ~always present in the debug output.

Signed-off-by: Bohdan Trach <bohdan.trach@huawei.com>
  • Loading branch information
bvtrach committed Jul 31, 2024
1 parent 2a040dc commit d3349cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/expander.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func expandVisitor(mod *ir.Module) VisitCallback {

// ignore already expanded functions
if strings.Contains(fname, "__vsyncer_expand_") {
logger.Debugf("skiip %s", fname)
logger.Debugf("skip %s", fname)
return nil
}

Expand Down

0 comments on commit d3349cc

Please sign in to comment.