mirror of
https://github.com/ksherlock/minix.fst.git
synced 2025-01-13 13:30:37 +00:00
comment typos
This commit is contained in:
parent
293bef4bd7
commit
90f3785d82
4
read.aii
4
read.aii
@ -66,8 +66,8 @@ nl_table ds.b 256
|
||||
;
|
||||
; read logic...
|
||||
; if (mark & 1024-1) read partial block
|
||||
; while (transferCount >= 1024) direct read into dataBudder
|
||||
; if (transfterCount & 1024 - 1) read partial block
|
||||
; while (transferCount >= 1024) direct read into dataBuffer
|
||||
; if (transferCount & 1024 - 1) read partial block
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user