mirror of
https://github.com/ksherlock/minix.fst.git
synced 2025-01-14 19:30:14 +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...
|
; read logic...
|
||||||
; if (mark & 1024-1) read partial block
|
; if (mark & 1024-1) read partial block
|
||||||
; while (transferCount >= 1024) direct read into dataBudder
|
; while (transferCount >= 1024) direct read into dataBuffer
|
||||||
; if (transfterCount & 1024 - 1) read partial block
|
; if (transferCount & 1024 - 1) read partial block
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user