Correct comments

pull/2303/head
Craig Tiller 10 years ago
parent 248a5a024c
commit 7d138014bd
  1. 2
      src/core/client_config/resolvers/dns_resolver.h
  2. 2
      src/core/client_config/resolvers/unix_resolver_posix.h

@ -36,7 +36,7 @@
#include "src/core/client_config/resolver_factory.h"
/** Create a dns resolver for \a name */
/** Create a dns resolver factory */
grpc_resolver_factory *grpc_dns_resolver_factory_create(void);
#endif /* GRPC_INTERNAL_CORE_CLIENT_CONFIG_RESOLVERS_DNS_RESOLVER_H */

@ -38,7 +38,7 @@
#include "src/core/client_config/resolver_factory.h"
/** Create a dns resolver for \a name */
/** Create a unix resolver factory */
grpc_resolver_factory *grpc_unix_resolver_factory_create(void);
#endif /* GRPC_INTERNAL_CORE_CLIENT_CONFIG_RESOLVERS_UNIX_RESOLVER_H */

Loading…
Cancel
Save