Browse Source

Fixed comment typo.

pull/86/head
triton 12 years ago
parent
commit
341fd7d0d1
  1. 2
      src/Core/Parser/Parser.cs

2
src/Core/Parser/Parser.cs

@ -27,7 +27,7 @@ namespace CppSharp @@ -27,7 +27,7 @@ namespace CppSharp
public Action<SourceFile, ParserResult> SourceParsed = delegate {};
/// <summary>
/// Fire when library files are parsed.
/// Fired when library files are parsed.
/// </summary>
public Action<string, ParserResult> LibraryParsed = delegate {};

Loading…
Cancel
Save