Skip to content

Commit d62b127

Browse files
ziuziakowskaengdoreis
authored andcommitted
ftdi: spi_host: fix typo
Signed-off-by: Alice Ziuziakowska <a.ziuziakowska@lowrisc.org>
1 parent 1d7a587 commit d62b127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ftdi/spi_host.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ static std::optional<SpiHost> new_ft2232(DeviceInfo& device) {
260260
const uint32_t channel = 0;
261261
Init_libMPSSE();
262262

263-
std::println("Openning {}, channel {}", device.serial_number, channel);
263+
std::println("Opening {}, channel {}", device.serial_number, channel);
264264
res = SPI_OpenChannel(channel, &handle);
265265
if (res != FT_OK) {
266266
std::cerr << std::format("Open:{}\n", res);

0 commit comments

Comments
 (0)