Skip to content

Commit

Permalink
Fixed a typo in the tools/StaticMain.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeroc0077 authored and banach-space committed Mar 25, 2024
1 parent bc49f32 commit a560226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/StaticMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static void countStaticCalls(Module &M) {
ModuleAnalysisManager MAM;
MAM.registerPass([&] { return StaticCallCounter(); });

// Register all available module analysis passes defined in PassRegisty.def.
// Register all available module analysis passes defined in PassRegistry.def.
// We only really need PassInstrumentationAnalysis (which is pulled by
// default by PassBuilder), but to keep this concise, let PassBuilder do all
// the _heavy-lifting_.
Expand Down

0 comments on commit a560226

Please sign in to comment.