fix(cdc): Typo on Label Signed-off-by: Eunchan Kim <eunchan@opentitan.org>
diff --git a/hw/cdc/tools/dvsim/common_cdc_cfg.hjson b/hw/cdc/tools/dvsim/common_cdc_cfg.hjson index ec63163..119ac89 100644 --- a/hw/cdc/tools/dvsim/common_cdc_cfg.hjson +++ b/hw/cdc/tools/dvsim/common_cdc_cfg.hjson
@@ -53,7 +53,7 @@ {category: "cdc", severity: "info", label: "CDC Infos"}, {category: "cdc", severity: "review", label: "CDC Reviews"}, {category: "cdc", severity: "warning", label: "CDC Warnings"}, - {category: "cdc", severity: "error", label: "CDC Erros"} + {category: "cdc", severity: "error", label: "CDC Errors"} ] // Restrict the maximum message count in each bucket max_msg_count: 1000