Skip to content

Commit e83ac75

Browse files
committed
Remove incorrect comment
1 parent 20de480 commit e83ac75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/library_syscall.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ var SyscallsLibrary = {
4040
}
4141
return dir + '/' + path;
4242
},
43-
// When called by stat, arg is a path. When called by fstat, arg is a file
44-
// descriptor.
4543
writeStat(buf, stat) {
4644
{{{ makeSetValue('buf', C_STRUCTS.stat.st_dev, 'stat.dev', 'i32') }}};
4745
{{{ makeSetValue('buf', C_STRUCTS.stat.st_mode, 'stat.mode', 'i32') }}};

0 commit comments

Comments
 (0)