From 341fd7d0d1d06b124d391e265e88042efd351081 Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 25 Oct 2013 01:38:50 +0100 Subject: [PATCH] Fixed comment typo. --- src/Core/Parser/Parser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Parser/Parser.cs b/src/Core/Parser/Parser.cs index 6aa1c63e..b47e4a75 100644 --- a/src/Core/Parser/Parser.cs +++ b/src/Core/Parser/Parser.cs @@ -27,7 +27,7 @@ namespace CppSharp public Action SourceParsed = delegate {}; /// - /// Fire when library files are parsed. + /// Fired when library files are parsed. /// public Action LibraryParsed = delegate {};