Index: base/process_util.h |
diff --git a/base/process_util.h b/base/process_util.h |
index c7b7618eed930d9ad6e93c224ed3612707573bfc..a815812af4304b0c9419d515ca6a8ba5f1c9ed44 100644 |
--- a/base/process_util.h |
+++ b/base/process_util.h |
@@ -146,7 +146,8 @@ BASE_EXPORT ProcessId GetCurrentProcId(); |
BASE_EXPORT ProcessHandle GetCurrentProcessHandle(); |
#if defined(OS_WIN) |
-// Returns the module handle to which an address belongs. |
+// Returns the module handle to which an address belongs. The reference counter |
+// of the module is not incremented. |
BASE_EXPORT HMODULE GetModuleFromAddress(void* address); |
#endif |