summaryrefslogtreecommitdiff
path: root/src/vm/debughelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/debughelp.cpp')
-rw-r--r--src/vm/debughelp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/debughelp.cpp b/src/vm/debughelp.cpp
index abe45d5da0..3e66f14047 100644
--- a/src/vm/debughelp.cpp
+++ b/src/vm/debughelp.cpp
@@ -245,7 +245,7 @@ MethodDesc* IP2MD(ULONG_PTR IP)
}
/*******************************************************************/
-/* if addr is a valid method table, return a poitner to it */
+/* if addr is a valid method table, return a pointer to it */
MethodTable* AsMethodTable(size_t addr)
{
CONTRACTL