diff options
author | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2022-01-07 14:36:29 -0300 |
---|---|---|
committer | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2022-01-07 14:36:29 -0300 |
commit | 4140f69b39ea9473d91d8708d1a84d991188de70 (patch) | |
tree | 2b0a206c0864eaf80cf94da76824d40f3eaa5c13 | |
parent | bb2dda48c5a4e93b89377539d205b8d58687c8c7 (diff) | |
download | ubox-msx-lib-4140f69b39ea9473d91d8708d1a84d991188de70.tar.gz ubox-msx-lib-4140f69b39ea9473d91d8708d1a84d991188de70.zip |
typo
-rw-r--r-- | include/ubox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ubox.h b/include/ubox.h index af086f0..acbb3b5 100644 --- a/include/ubox.h +++ b/include/ubox.h @@ -36,7 +36,7 @@ // // The VRAM layout for Screen 2 is as follows: // -// | Address range | Desctiption | +// | Address range | Description | // | --- | --- | // | <tt>0x0000-0x17ff</tt> | Background tiles | // | <tt>0x1800-0x1aff</tt> | Background tile map | |