aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-07-08 14:44:00 -0700
committerGuy Harris <gharris@sonic.net>2023-07-08 14:44:00 -0700
commitbdfd4f4da1a2b4a21ca8fab718831259edb82d75 (patch)
tree202e157ee29d6fb19724bd40073e73e47af8b8ea
parentff91e1b1270d99cceab96eb851ea98510e9981d4 (diff)
Fix a comment, due to changes from the previous commit. [skip ci]
-rw-r--r--pcap/funcattrs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcap/funcattrs.h b/pcap/funcattrs.h
index 8699c76d..42b94dbd 100644
--- a/pcap/funcattrs.h
+++ b/pcap/funcattrs.h
@@ -174,13 +174,13 @@
#ifdef __APPLE__
/*
* Apple - insert #include <os/availability.h> here, and define
- * PCAP_AVAILABLE(v) as
+ * PCAP_AVAILABLE_MACOS(v) as
*
* API_AVAILABLE(macos(v)) API_UNAVAILABLE(ios, tvos, watchos)
*
- * and add any other OSes to the list as appropriate (visionOS?
- * Surely being able to watch packet traffic through your Apple Vision
- * Pro would be k00l as heck.... :-))
+ * and add any other OSes to the "unavailable" list as appropriate (iPadOS?
+ * visionOS? Surely being able to watch packet traffic through your
+ * Apple Vision Pro would be k00l as heck.... :-))
*/
#define PCAP_AVAILABLE_MACOS(v)
#define PCAP_AVAILABLE_0_4 PCAP_AVAILABLE_MACOS(10.0) /* Did any version of Mac OS X ship with this? */