Skip to content

Commit c552eae

Browse files
committed
Fix typo in memoryAvailable docs
1 parent 1399788 commit c552eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/00/memory.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ _: pop af
219219
;; memoryAvailable [System]
220220
;; Finds the amount of memory available for use.
221221
;; Outputs:
222-
;; BC: Total memory availble
222+
;; BC: Total memory available
223223
;; DE: Largest allocatable sum
224224
memoryAvailable:
225225
#define total_mem kernelGarbage

0 commit comments

Comments
 (0)