From e7d3ad12a756c9cc0ddf39489333ee37c6666874 Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 13 Dec 2013 16:24:28 +0000 Subject: [PATCH] Fixed wrong comment. --- src/Generator/Passes/PassBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {