[profiler] Profiler entry point name must now include the module name.
[mono.git] / mono / metadata / profiler.h
index 6dd1ea336335a0abcf290c4d67623d7f70ea6718..5063431bc8bf1b2ed2a7b21e5a8e0b8a007e78fd 100644 (file)
@@ -27,9 +27,9 @@ MONO_BEGIN_DECLS
  * the module after it has been loaded. If the specified module has already
  * been loaded, this function has no effect.
  *
- * A module should declare an entry point like so:
+ * A module called foo should declare an entry point like so:
  *
- * void mono_profiler_init (const char *desc)
+ * void mono_profiler_init_foo (const char *desc)
  * {
  * }
  *