We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ced08 commit 71ce94aCopy full SHA for 71ce94a
system/dd/dd_main.c
@@ -81,7 +81,7 @@ struct dd_s
81
uint32_t nsectors; /* Number of sectors to transfer */
82
uint32_t skip; /* The number of sectors skipped on input */
83
uint32_t seek; /* The number of sectors seeked on output */
84
- int oflags; /* The open flags on output deivce */
+ int oflags; /* The open flags on output device */
85
bool eof; /* true: The end of the input or output file has been hit */
86
size_t sectsize; /* Size of one sector */
87
size_t nbytes; /* Number of valid bytes in the buffer */
0 commit comments