diff --git a/feature/qos/otg_tests/ingress_police_default/ingress_police_default_test.go b/feature/qos/otg_tests/ingress_police_default/ingress_police_default_test.go index e677f583f4e..39b39fb3fb3 100644 --- a/feature/qos/otg_tests/ingress_police_default/ingress_police_default_test.go +++ b/feature/qos/otg_tests/ingress_police_default/ingress_police_default_test.go @@ -99,7 +99,7 @@ func TestInterfaceIngressPolicer(t *testing.T) { if deviations.QosSchedulerIngressPolicer(dut) { configureIntertfaceIngressPolicerCLI(t, dut) } else { - // TODO: Generate openconfig for ingress policier and use gNMI to set it. + // TODO: Generate openconfig for ingress policier and use gNMI to set it. } // Configure ATE interfaces. ate := ondatra.ATE(t, "ate")