Fix typo.
Noticed by: ceri Approved by: trhodes (mentor)
This commit is contained in:
parent
2f6dcebf2d
commit
0c5645526e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26311
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ int socket(int domain, int type, int protocol);
|
||||||
* addresses.
|
* addresses.
|
||||||
*/
|
*/
|
||||||
struct sockaddr {
|
struct sockaddr {
|
||||||
unsigned char sa_len; /* total lenght */
|
unsigned char sa_len; /* total length */
|
||||||
sa_family_t sa_family; /* address family */
|
sa_family_t sa_family; /* address family */
|
||||||
char sa_data[14]; /* actually longer; address value */
|
char sa_data[14]; /* actually longer; address value */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue