diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-02 17:10:16 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-02 17:10:16 +0000 |
commit | e2462f8cd44c0bd786c9df5d0d922517be966405 (patch) | |
tree | e0d6335aa4c90931b87510bbf09542e18ddbcb72 /include | |
parent | c1dcbbd0feec65e9e1864ad5fc715205d5827e3e (diff) | |
download | ubox-msx-lib-e2462f8cd44c0bd786c9df5d0d922517be966405.tar.gz ubox-msx-lib-e2462f8cd44c0bd786c9df5d0d922517be966405.zip |
Typos
Diffstat (limited to 'include')
-rw-r--r-- | include/ubox.h | 4 |
1 files 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. |