summaryrefslogtreecommitdiff
path: root/ui/qt/capture_filter_syntax_worker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/capture_filter_syntax_worker.cpp')
-rw-r--r--ui/qt/capture_filter_syntax_worker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_filter_syntax_worker.cpp b/ui/qt/capture_filter_syntax_worker.cpp
index 29cf4c1452..9f6ae0cc1c 100644
--- a/ui/qt/capture_filter_syntax_worker.cpp
+++ b/ui/qt/capture_filter_syntax_worker.cpp
@@ -36,7 +36,7 @@
// We use a global mutex to protect pcap_compile since it calls gethostbyname.
// This probably isn't needed on Windows (where pcap_comple calls
-// EnterCriticalSection + LeaveCriticalSection) or *BSD or OS X where
+// EnterCriticalSection + LeaveCriticalSection) or *BSD or macOS where
// gethostbyname(3) claims that it's thread safe.
static QMutex pcap_compile_mtx_;