aboutsummaryrefslogtreecommitdiff
path: root/pcap
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-08-26 00:55:30 -0700
committerGuy Harris <gharris@sonic.net>2022-08-26 00:55:30 -0700
commita435856f74b83dc09a3fcda0f606c14894cc6425 (patch)
treea680db1a54e29e0bfd1049ea577a477a34289ad9 /pcap
parent9019f5332a3ca20fd99a220914f6ea89873c5dcc (diff)
Fix a comment.
Diffstat (limited to 'pcap')
-rw-r--r--pcap/funcattrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap/funcattrs.h b/pcap/funcattrs.h
index 3dcf6e61..37409499 100644
--- a/pcap/funcattrs.h
+++ b/pcap/funcattrs.h
@@ -316,7 +316,7 @@
#elif defined(_MSC_VER) && !defined(BUILDING_PCAP)
/*
* MSVC, and we're not building libpcap itself; it's VS 2015
- * and later, so we have the deprecated pragma.
+ * and later, so we have __declspec(deprecated(...)).
*
* If we *are* building libpcap, we don't want this, as it'll warn
* us even if we *define* the function.