fix the tinyest typo

This commit is contained in:
Mathieu Guay-Paquet 2020-12-02 11:28:29 -05:00 committed by Veikka Tuominen
parent db0cb54f4e
commit 4c8632e244

View File

@ -694,7 +694,7 @@ pub const Dir = struct {
return self.openFileZ(&path_c, flags);
}
/// Save as `openFile` but WASI only.
/// Same as `openFile` but WASI only.
pub fn openFileWasi(self: Dir, sub_path: []const u8, flags: File.OpenFlags) File.OpenError!File {
const w = os.wasi;
var fdflags: w.fdflags_t = 0x0;