aboutsummaryrefslogtreecommitdiffstats
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.go b/server.go
index 9ec4977..2e17997 100644
--- a/server.go
+++ b/server.go
@@ -163,7 +163,7 @@ func (s *Server) loadHosts() {
s.logger.Printf("loaded %d hosts in total", len(hs))
}
-// Reload reloads the configuration of this server
+// Reload reloads the configuration of this server.
func (s *Server) Reload() { s.loadHosts() }
// Close terminates all active operations and shuts down the DNS server.