spelling: triggered

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:51:12 -05:00
parent cceec5ae32
commit cb44bb9967
2 changed files with 2 additions and 2 deletions

View file

@ -216,7 +216,7 @@ void qemu_serial_init(void) {
// -----------------------------------------------------------------------------------------
// KernelMain callback triggred by our ISR handler when we detect a high water mark on our
// KernelMain callback triggered by our ISR handler when we detect a high water mark on our
// receive buffer or a footer signature
static void prv_process_receive_buffer(void *context) {
uint32_t msg_bytes;

View file

@ -50,7 +50,7 @@ void qemu_serial_private_init_state(QemuSerialGlobals *state)
// -----------------------------------------------------------------------------------------
// Helper function triggred by our ISR handler when we detect a high water mark on our receive
// Helper function triggered by our ISR handler when we detect a high water mark on our receive
// buffer or a footer signature.
//
// Parses the ISR's circular buffer and collects assembled message into a message buffer. If