Skip to content

Commit bdfd4f4

Browse files
committed
Fix a comment, due to changes from the previous commit. [skip ci]
1 parent ff91e1b commit bdfd4f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pcap/funcattrs.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@
174174
#ifdef __APPLE__
175175
/*
176176
* Apple - insert #include <os/availability.h> here, and define
177-
* PCAP_AVAILABLE(v) as
177+
* PCAP_AVAILABLE_MACOS(v) as
178178
*
179179
* API_AVAILABLE(macos(v)) API_UNAVAILABLE(ios, tvos, watchos)
180180
*
181-
* and add any other OSes to the list as appropriate (visionOS?
182-
* Surely being able to watch packet traffic through your Apple Vision
183-
* Pro would be k00l as heck.... :-))
181+
* and add any other OSes to the "unavailable" list as appropriate (iPadOS?
182+
* visionOS? Surely being able to watch packet traffic through your
183+
* Apple Vision Pro would be k00l as heck.... :-))
184184
*/
185185
#define PCAP_AVAILABLE_MACOS(v)
186186
#define PCAP_AVAILABLE_0_4 PCAP_AVAILABLE_MACOS(10.0) /* Did any version of Mac OS X ship with this? */

0 commit comments

Comments
 (0)