mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Fix documentation and some comments (article, grammar)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
ebee9dfd2b
commit
736a83fae4
3 changed files with 4 additions and 4 deletions
|
@ -342,7 +342,7 @@ rfc3986_parse_port(URI *uri, const char **str)
|
|||
* @uri: pointer to an URI structure
|
||||
* @str: the string to analyze
|
||||
*
|
||||
* Parse an user informations part and fills in the appropriate fields
|
||||
* Parse a user information part and fill in the appropriate fields
|
||||
* of the @uri structure
|
||||
*
|
||||
* userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
|
||||
|
@ -508,7 +508,7 @@ rfc3986_parse_authority(URI *uri, const char **str)
|
|||
|
||||
cur = *str;
|
||||
/*
|
||||
* try to parse an userinfo and check for the trailing @
|
||||
* try to parse a userinfo and check for the trailing @
|
||||
*/
|
||||
ret = rfc3986_parse_user_info(uri, &cur);
|
||||
if ((ret != 0) || (*cur != '@'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue