From e2462f8cd44c0bd786c9df5d0d922517be966405 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 2 Jan 2021 17:10:16 +0000 Subject: Typos --- include/ubox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ubox.h b/include/ubox.h index 2a747c0..2c1a834 100644 --- a/include/ubox.h +++ b/include/ubox.h @@ -283,13 +283,13 @@ void ubox_fill_screen(uint8_t tile) __z88dk_fastcall; * preserved or used. * * For performance reasons the BIOS keyboard buffer and key repeat functionality - * are disabled, and because of that the some BIOS functions, such as `CHGET`, + * are disabled, and because of that some BIOS functions, such as `CHGET`, * won't work. */ void ubox_init_isr(uint8_t wait_ticks) __z88dk_fastcall; /** - * Installs an user interrupt handler. + * Installs a user interrupt handler. * * The function pointed by `fn` doesn't need to preserve any registers because * that is done by the main interrupt handler. -- cgit v1.2.3