diff --git a/pkg/promtail/api/entry_parser.go b/pkg/promtail/api/entry_parser.go
index 78860b377390d5fb6b24407ac921c8ae00f97aa3..b33678bbd6d8f15305ea7f7b918ad36b1aa50af6 100644
--- a/pkg/promtail/api/entry_parser.go
+++ b/pkg/promtail/api/entry_parser.go
@@ -18,7 +18,7 @@ const (
 	Raw
 )
 
-// String returns a string representation of the EnEntryParser.
+// String returns a string representation of the EntryParser.
 func (e EntryParser) String() string {
 	switch e {
 	case Docker: