Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/coreclr/vm/commodule.h
Co-authored-by: Elinor Fung <[email protected]>
  • Loading branch information
jkoritzinsky and elinor-fung authored Nov 2, 2021
commit 3f9332d8371128ef8777417ae3da82ce2b437942
4 changes: 2 additions & 2 deletions src/coreclr/vm/commodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class Module;
class COMModule
{
public:
// Get class will return an array contain all of the classes
// that are defined within this Module.
// GetTypes will return an array containing all of the types
// that are defined within this Module.
static FCDECL1(Object*, GetTypes, ReflectModuleBaseObject* pModuleUNSAFE);

static FCDECL1(Object*, GetMethods, ReflectModuleBaseObject* refThisUNSAFE);
Expand Down