summaryrefslogtreecommitdiff
path: root/sockutils.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-07-04 11:39:26 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-07-04 11:39:26 +0200
commitfc4772e1e1b3b2a25937b99981ca0a67cc17caba (patch)
treecc932090892e1c8abff647b6d27ea5e1599bf2c7 /sockutils.c
parente8b6c94929b1ffbb4ca665a022be2b49c6651fe8 (diff)
downloadlibpcap-fc4772e1e1b3b2a25937b99981ca0a67cc17caba.tar.gz
Fix some typos
[skip ci]
Diffstat (limited to 'sockutils.c')
-rw-r--r--sockutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sockutils.c b/sockutils.c
index d9762dd5..a34f0d17 100644
--- a/sockutils.c
+++ b/sockutils.c
@@ -93,7 +93,7 @@
*
* On Windows, send() and recv() return an int.
*
- * Wth MSVC, there *is* no ssize_t.
+ * With MSVC, there *is* no ssize_t.
*
* With MinGW, there is an ssize_t type; it is either an int (32 bit)
* or a long long (64 bit).