aboutsummaryrefslogtreecommitdiff
path: root/core/directives.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/directives.go')
-rw-r--r--core/directives.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/directives.go b/core/directives.go
index 3a56783ff..3de69f8fb 100644
--- a/core/directives.go
+++ b/core/directives.go
@@ -68,7 +68,7 @@ var directiveOrder = []directive{
{"proxy", setup.Proxy},
}
-// RegisterDirective adds the given directive to caddy's list of directives.
+// RegisterDirective adds the given directive to CoreDNS's list of directives.
// Pass the name of a directive you want it to be placed after,
// otherwise it will be placed at the bottom of the stack.
func RegisterDirective(name string, setup SetupFunc, after string) {