From a76c5b5a0f54fff51e275f2e41710cfa5ec682b7 Mon Sep 17 00:00:00 2001 From: YRabbit Date: Wed, 29 Jan 2025 08:18:39 +1000 Subject: [PATCH] Gowin. Typo fix. Signed-off-by: YRabbit --- himbaechel/uarch/gowin/pack.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/himbaechel/uarch/gowin/pack.cc b/himbaechel/uarch/gowin/pack.cc index 250e3b28..c8b23ef6 100644 --- a/himbaechel/uarch/gowin/pack.cc +++ b/himbaechel/uarch/gowin/pack.cc @@ -322,7 +322,7 @@ struct GowinPacker continue; } switch (ci.type.hash()) { - case ID_MIPI_OBUF_A: /* fallt-hrough */ + case ID_MIPI_OBUF_A: /* fall-through */ case ID_MIPI_OBUF: { // check for MIPI-capable pin CellInfo *out_iob = net_only_drives(ctx, ci.ports.at(id_O).net, is_iob, id_I, true);