]> The Tcpdump Group git mirrors - libpcap/blobdiff - sockutils.c
Fix spaces before tabs in indentation
[libpcap] / sockutils.c
index 933f3267076184755d15fec4a456c33fe3a4f818..1c07f76fd1c09ce2fd0748485b6eafe91b1776e6 100644 (file)
@@ -1389,7 +1389,7 @@ int sock_bufferize(const void *data, int size, char *outbuf, int *offset, int to
  *
  *   SOCK_RECEIVALL_XXX:
  *
- *     if SOCK_RECEIVEALL_NO, return as soon as some data is ready
+ *     if SOCK_RECEIVEALL_NO, return as soon as some data is ready
  *     if SOCK_RECEIVALL_YES, wait until 'size' data has been
  *         received (in case the socket does not have enough data available).
  *