mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
misspell.csv: add new misspellings; also check in result of 'make spellfix'.
This commit is contained in:
@@ -97,7 +97,7 @@ func read(fd int32, buf *byte, count uint) int {
|
||||
|
||||
type wasiFile struct {
|
||||
d types.Descriptor
|
||||
oflag int32 // orignal open flags: O_RDONLY, O_WRONLY, O_RDWR
|
||||
oflag int32 // original open flags: O_RDONLY, O_WRONLY, O_RDWR
|
||||
offset int64 // current fd offset; updated with each read/write
|
||||
refs int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user