summaryrefslogtreecommitdiff
path: root/src/inc/corprof.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/corprof.idl')
-rw-r--r--src/inc/corprof.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inc/corprof.idl b/src/inc/corprof.idl
index 3fb0492a8e..e9e098c0f5 100644
--- a/src/inc/corprof.idl
+++ b/src/inc/corprof.idl
@@ -771,11 +771,11 @@ interface ICorProfilerCallback : IUnknown
*
* NOTE: Shutdown will only fire where the managed application that is being
* profiled was started running managed code (i.e., the initial frame on the
- * process’ stack is managed). If the application being profiled started
- * life as unmanaged code, which later ‘jumped into’ managed code (thereby
+ * process' stack is managed). If the application being profiled started
+ * life as unmanaged code, which later 'jumped into' managed code (thereby
* creating an instance of the CLR), then Shutdown will not fire. In these
* cases, the profiler should include a DllMain routine in their library that
- * uses Win32’s DLL_PROCESS_DETACH call to free any resources and perform tidy-up
+ * uses Win32's DLL_PROCESS_DETACH call to free any resources and perform tidy-up
* processing of its data (flush traces to disk, etc)
*
* NOTE: The profiler must in general cope with unexpected shutdowns, such as