summaryrefslogtreecommitdiff
path: root/caputils/iface_monitor.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-05 12:15:27 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-05 19:16:22 +0000
commit357cfd3b035d1ba6438e82cc1cbec105874206b6 (patch)
tree58a77b4dc8e1192db6278716b320bf42a18ded8f /caputils/iface_monitor.h
parent1f94d34f43055ea47fc9426e1720bdb4b7397dd9 (diff)
downloadwireshark-357cfd3b035d1ba6438e82cc1cbec105874206b6.tar.gz
A bunch of "{Mac} OS X" -> "macOS" changes.
Avoid anachronisms, however; there was no "macOS 10.0" or even "OS X 10.0", for example. It was "Mac OS X" until 10.8 (although 10.7 was sometimes called "OS X" and sometimes called "Mac OS X"), and it was "OS X" from 10.8 to 10.11. Change-Id: Ie4a848997dcc6c45c2245c1fb84ec526032375c3 Reviewed-on: https://code.wireshark.org/review/20933 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'caputils/iface_monitor.h')
-rw-r--r--caputils/iface_monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/caputils/iface_monitor.h b/caputils/iface_monitor.h
index 12de37c902..abb55b332e 100644
--- a/caputils/iface_monitor.h
+++ b/caputils/iface_monitor.h
@@ -37,7 +37,7 @@ extern "C" {
*
* XXX - we really want "gone", not "down", where "gone" may include
* "down" if the OS requires an interface to be up in order to start
- * a capture on it (as is the case in Linux and in OS X prior to
+ * a capture on it (as is the case in Linux and in macOS prior to
* Lion), but should also include *gone*, as in "there is no longer
* an interface with this name, so it's neither down nor up".
*