summaryrefslogtreecommitdiff
path: root/src/vm/virtualcallstub.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/virtualcallstub.h')
-rw-r--r--src/vm/virtualcallstub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/virtualcallstub.h b/src/vm/virtualcallstub.h
index 496d317cc5..332295d792 100644
--- a/src/vm/virtualcallstub.h
+++ b/src/vm/virtualcallstub.h
@@ -125,7 +125,7 @@ private:
// In these cases all calls are made by the platform equivalent of "call [addr]".
//
// DelegateCallSite are particular in that they can come in a variety of forms:
- // a direct delegate call has a sequence defined by the jit but a multicast or secure delegate
+ // a direct delegate call has a sequence defined by the jit but a multicast or wrapper delegate
// are defined in a stub and have a different shape
//
PTR_PCODE m_siteAddr; // Stores the address of an indirection cell