diff --git a/src/Generator/Passes/PassBuilder.cs b/src/Generator/Passes/PassBuilder.cs
index 77bfc946..422d9353 100644
--- a/src/Generator/Passes/PassBuilder.cs
+++ b/src/Generator/Passes/PassBuilder.cs
@@ -40,7 +40,7 @@ namespace CppSharp
}
///
- /// Adds a new pass to the builder.
+ /// Runs the passes in the builder.
///
public void RunPasses(Action action)
{