dirmngr: Fix typo.

--
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2015-11-19 14:38:30 +01:00
parent eb54fca4bf
commit f596f8defa
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ struct hostinfo_s
NULL if NAME has a numeric IP address or no v4
address is available. */
char *v6addr; /* A string with the v6 IP address of the host.
NULL if NAME has a numeric IP address or no v4
NULL if NAME has a numeric IP address or no v6
address is available. */
char name[1]; /* The hostname. */
};