summaryrefslogtreecommitdiff
path: root/src/base/sysinfo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/sysinfo.cc')
-rw-r--r--src/base/sysinfo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/sysinfo.cc b/src/base/sysinfo.cc
index 9790c36..4b413a9 100644
--- a/src/base/sysinfo.cc
+++ b/src/base/sysinfo.cc
@@ -500,7 +500,7 @@ int NumCPUs(void) {
// ----------------------------------------------------------------------
// HasPosixThreads()
// Return true if we're running POSIX (e.g., NPTL on Linux)
-// threads, as opposed to a non-POSIX thread libary. The thing
+// threads, as opposed to a non-POSIX thread library. The thing
// that we care about is whether a thread's pid is the same as
// the thread that spawned it. If so, this function returns
// true.