about summary refs log tree commit diff
path: root/absl/base/internal/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/base/internal/sysinfo.h')
-rw-r--r--absl/base/internal/sysinfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/absl/base/internal/sysinfo.h b/absl/base/internal/sysinfo.h
index f21de14325c7..5bd1c500bd54 100644
--- a/absl/base/internal/sysinfo.h
+++ b/absl/base/internal/sysinfo.h
@@ -40,8 +40,7 @@ namespace base_internal {
 // Thread-safe.
 double NominalCPUFrequency();
 
-// Number of logical processors (hyperthreads) in system. See
-// //base/cpuid/cpuid.h for more CPU-related info.  Thread-safe.
+// Number of logical processors (hyperthreads) in system. Thread-safe.
 int NumCPUs();
 
 // Return the thread id of the current thread, as told by the system.