diff --git a/firmware/hackrf_usb/sgpio_m0.s b/firmware/hackrf_usb/sgpio_m0.s index dcb147b7..0d1ab215 100644 --- a/firmware/hackrf_usb/sgpio_m0.s +++ b/firmware/hackrf_usb/sgpio_m0.s @@ -173,7 +173,7 @@ loop: scratch .req r1 // Spin until we're ready to handle an SGPIO packet: - // Grab the exchange interrupt staus... + // Grab the exchange interrupt status... ldr int_status, [sgpio_int, #INT_STATUS] // int_status = SGPIO_STATUS_1 // 10, twice // ... check to see if bit #0 (slice A) was set, by shifting it into the carry bit...