Fix typo: s/pakcet/packet

This commit is contained in:
Kevin Lo 2012-09-20 03:29:43 +00:00
parent 4e81f27c59
commit b7e1113e8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240725
3 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ pcap_read_snoop(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
/*
* XXX - Sigh, snoop_packetlen is a 16 bit quantity. If we
* got a short length, but read a full sized snoop pakcet,
* got a short length, but read a full sized snoop packet,
* assume we overflowed and add back the 64K...
*/
if (cc == (p->snapshot + sizeof(struct snoopheader)) &&

View File

@ -712,7 +712,7 @@ int fr_authflush()
/* ------------------------------------------------------------------------ */
/* Function: fr_auth_waiting */
/* Returns: int - 0 = no pakcets wiating, 1 = packets waiting. */
/* Returns: int - 0 = no packets waiting, 1 = packets waiting. */
/* Parameters: None */
/* */
/* Simple truth check to see if there are any packets waiting in the auth */

View File

@ -340,7 +340,7 @@ AliasHandleSkinny(struct libalias *la, struct ip *pip, struct alias_link *lnk)
* through the packet using len to determine message boundaries.
* This comes into play big time with port messages being in the
* same packet as register messages. Also, open receive channel
* acks are usually buried in a pakcet some 400 bytes long.
* acks are usually buried in a packet some 400 bytes long.
*/
while (dlen >= skinny_hdr_len) {
len = (sd->len);