Fix typo
diff --git a/yaml.go b/yaml.go
index 810a74c..44b0cc6 100644
--- a/yaml.go
+++ b/yaml.go
@@ -42,7 +42,7 @@
 	SetYAML(tag string, value interface{}) bool
 }
 
-// The Setter interface is implemented by types to do their own custom
+// The Getter interface is implemented by types to do their own custom
 // marshalling into a YAML tag and value.
 type Getter interface {
 	GetYAML() (tag string, value interface{})