mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix typos.
This commit is contained in:
@ -117,7 +117,7 @@ __gai_notify (struct requestlist *req)
|
||||
#endif
|
||||
}
|
||||
else
|
||||
/* This is part of a asynchronous `getaddrinfo_a' operation. If
|
||||
/* This is part of an asynchronous `getaddrinfo_a' operation. If
|
||||
this request is the last one, send the signal. */
|
||||
if (--*waitlist->counterp == 0)
|
||||
{
|
||||
|
@ -180,7 +180,7 @@ libresolv_hidden_def (ns_name_ntop)
|
||||
strong_alias (ns_name_ntop, __ns_name_ntop)
|
||||
|
||||
/*%
|
||||
* Convert a ascii string into an encoded domain name as per RFC1035.
|
||||
* Convert an ascii string into an encoded domain name as per RFC1035.
|
||||
*
|
||||
* return:
|
||||
*
|
||||
|
@ -29,7 +29,7 @@ static const char rcsid[] = "$BINDId: ns_samedomain.c,v 8.9 1999/10/15 21:06:51
|
||||
* Check whether a name belongs to a domain.
|
||||
*
|
||||
* Inputs:
|
||||
*\li a - the domain whose ancestory is being verified
|
||||
*\li a - the domain whose ancestry is being verified
|
||||
*\li b - the potential ancestor we're checking against
|
||||
*
|
||||
* Return:
|
||||
|
@ -875,7 +875,7 @@ send_vc(res_state statp,
|
||||
}
|
||||
}
|
||||
/*
|
||||
* If the calling applicating has bailed out of
|
||||
* If the calling application has bailed out of
|
||||
* a previous call and failed to arrange to have
|
||||
* the circuit closed or the server has got
|
||||
* itself confused, then drop the packet and
|
||||
|
Reference in New Issue
Block a user