Fix typo.

Noticed by:	ceri
Approved by:	trhodes (mentor)
This commit is contained in:
Jesus R. Camou 2005-11-10 04:54:00 +00:00
parent 2f6dcebf2d
commit 0c5645526e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26311

View file

@ -449,7 +449,7 @@ int socket(int domain, int type, int protocol);
* addresses.
*/
struct sockaddr {
unsigned char sa_len; /* total lenght */
unsigned char sa_len; /* total length */
sa_family_t sa_family; /* address family */
char sa_data[14]; /* actually longer; address value */
};