Skip to content

Commit 5bdd9c2

Browse files
committed
[ot] hw/opentitan: ot_clkmgr.c: fix a typo in error message
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
1 parent 61058f1 commit 5bdd9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hw/opentitan/ot_clkmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ static unsigned ot_clkmgr_parse_hint(OtClkMgrState *s, Error **errp)
770770
unsigned hint_count = 0;
771771

772772
if (!s->cfg_hint) {
773-
error_setg(errp, "%s: hintabkle clocks not defined", __func__);
773+
error_setg(errp, "%s: hintable clocks not defined", __func__);
774774
return hint_count;
775775
}
776776

0 commit comments

Comments
 (0)