diff options
author | Justus Winter <[email protected]> | 2015-11-19 13:38:30 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2015-11-19 14:08:42 +0000 |
commit | f596f8defa5add33d2b4f381c317e1a006cda1fb (patch) | |
tree | c8a3ae2f765344baf0687aa90e6d63b6547f6538 | |
parent | dirmngr: Gracefully handle premature termination of TLS streams. (diff) | |
download | gnupg-f596f8defa5add33d2b4f381c317e1a006cda1fb.tar.gz gnupg-f596f8defa5add33d2b4f381c317e1a006cda1fb.zip |
dirmngr: Fix typo.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | dirmngr/ks-engine-hkp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ks-engine-hkp.c b/dirmngr/ks-engine-hkp.c index 7bb4ffe39..8ab0d55a7 100644 --- a/dirmngr/ks-engine-hkp.c +++ b/dirmngr/ks-engine-hkp.c @@ -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. */ }; |