diff --git a/doc/Changelog b/doc/Changelog index bd6f5456b..164cd23b5 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ different port number were not tried. - version number in svn trunk is 1.5.0 - tag 1.5.0rc1 + - review fix from Ralph. 7 November 2014: Wouter - dnstap fixes by Robert Edmonds: diff --git a/smallapp/unbound-host.c b/smallapp/unbound-host.c index 8020ad8c8..959734109 100644 --- a/smallapp/unbound-host.c +++ b/smallapp/unbound-host.c @@ -409,7 +409,7 @@ extern int optind; /** getopt global, in case header files fail to declare it. */ extern char* optarg; -/** Main routine for checkconf */ +/** Main routine for unbound-host */ int main(int argc, char* argv[]) { int c;