summaryrefslogtreecommitdiff
path: root/src/base/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/sysinfo.h')
-rw-r--r--src/base/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/sysinfo.h b/src/base/sysinfo.h
index 247c906..5b8cf81 100644
--- a/src/base/sysinfo.h
+++ b/src/base/sysinfo.h
@@ -78,7 +78,7 @@ extern double CyclesPerSecond(void);
// Return true if we're running POSIX (e.g., NPTL on Linux) threads,
-// as opposed to a non-POSIX thread libary. The thing that we care
+// 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.
// Thread-safe.