Skip to content

Commit

Permalink
Minor comment fix.
Browse files Browse the repository at this point in the history
git-svn-id: https://opentk.svn.sourceforge.net/svnroot/opentk/trunk@3100 ebc5dd9b-fb1d-0410-b6f8-d24c324e9604
  • Loading branch information
the_fiddler committed Dec 5, 2011
1 parent 5868972 commit c5b0973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Bind/Utilities.cs
Expand Up @@ -213,7 +213,7 @@ internal static Enum Merge(Enum s, Constant t)
return s; return s;
} }


// Merges the specified enum collections. // Merges the specified delegate collections.
internal static void Merge(DelegateCollection delegates, DelegateCollection new_delegates) internal static void Merge(DelegateCollection delegates, DelegateCollection new_delegates)
{ {
foreach (var d in new_delegates) foreach (var d in new_delegates)
Expand Down

0 comments on commit c5b0973

Please sign in to comment.