diff --git a/oval/redhat.go b/oval/redhat.go index 46f933e7..1e439f88 100644 --- a/oval/redhat.go +++ b/oval/redhat.go @@ -238,7 +238,7 @@ func NewCentOS() CentOS { } } -// Oracle is the interface for CentOS OVAL +// Oracle is the interface for Oracle OVAL type Oracle struct { RedHatBase }