aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/interface_tree_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/interface_tree_model.cpp')
-rw-r--r--ui/qt/interface_tree_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/interface_tree_model.cpp b/ui/qt/interface_tree_model.cpp
index 54bca41677..76dafe40a4 100644
--- a/ui/qt/interface_tree_model.cpp
+++ b/ui/qt/interface_tree_model.cpp
@@ -421,7 +421,7 @@ void InterfaceTreeModel::updateStatistic(unsigned int idx)
if ( !stat_cache_ )
{
// Start gathering statistics using dumpcap
- // We crash (on OS X at least) if we try to do this from ::showEvent.
+ // We crash (on macOS at least) if we try to do this from ::showEvent.
stat_cache_ = capture_stat_start(&global_capture_opts);
}
if ( !stat_cache_ )