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