mirror of
https://github.com/ksherlock/minix.fst.git
synced 2025-08-15 14:27:25 +00:00
comment typos
This commit is contained in:
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user