kernel/vfs: Update outdated comment

This commit is contained in:
Ry 2023-02-08 16:05:08 -08:00
parent 2ed47446a0
commit 9aca4e2e57

View File

@ -113,7 +113,7 @@ stream_read_char:
; inputs:
; r0: number of bytes to write
; r1: pointer to file struct
; r2: pointer to source buffer (always 4 bytes if file struct is a stream)
; r2: pointer to source buffer
; outputs:
; none
write: