1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-24 13:22:05 +00:00

Fix typo in fido2 comment

This commit is contained in:
M1nd3r 2024-03-15 09:28:22 +01:00 committed by M1nd3r
parent 6a5c77f0e6
commit fe9167ffa2

View File

@ -374,7 +374,7 @@ async def _read_cmd(iface: HID) -> Cmd | None:
desc_cont = frame_cont()
read = loop.wait(iface.iface_num() | io.POLL_READ)
# wait for incoming comand indefinitely
# wait for incoming command indefinitely
buf = await read
while True:
ifrm = overlay_struct(bytearray(buf), desc_init)