aboutsummaryrefslogtreecommitdiff
path: root/list.s
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2023-12-22 08:17:32 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2023-12-22 08:17:32 +0100
commit53a3004db78103e8738e8b73040d1b18a3fdc7dd (patch)
tree821749627f94f69357eda9a5a172b3ca4d0051ee /list.s
parentdf8d8cca0759c919ad1918911737adb674fcd338 (diff)
downloadlist.nes-53a3004db78103e8738e8b73040d1b18a3fdc7dd.tar.gz
list.nes-53a3004db78103e8738e8b73040d1b18a3fdc7dd.zip
Further clarifications on small lists
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'list.s')
-rw-r--r--list.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.s b/list.s
index 8294b84..52649f5 100644
--- a/list.s
+++ b/list.s
@@ -52,7 +52,7 @@
;; List provides the scope for the variables and subroutines that have been
;; defined in order to maintain and manipulate big lists on the NES.
;;
-;; This library can also work for smaller list but there are other more
+;; This library can also work for smaller lists but there are other more
;; performant ways to achieve the same thing. Thus, use this library only if you
;; need to have a list that may store more than 255 bytes and indexing in the
;; usual ways might be a problem otherwise.