Skip to content

Commit 71ce94a

Browse files
yamtxiaoxiang781216
authored andcommitted
system/dd/dd_main.c: fix a typo in a comment
Found by the CI. Signed-off-by: YAMAMOTO Takashi <[email protected]>
1 parent 93ced08 commit 71ce94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/dd/dd_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct dd_s
8181
uint32_t nsectors; /* Number of sectors to transfer */
8282
uint32_t skip; /* The number of sectors skipped on input */
8383
uint32_t seek; /* The number of sectors seeked on output */
84-
int oflags; /* The open flags on output deivce */
84+
int oflags; /* The open flags on output device */
8585
bool eof; /* true: The end of the input or output file has been hit */
8686
size_t sectsize; /* Size of one sector */
8787
size_t nbytes; /* Number of valid bytes in the buffer */

0 commit comments

Comments
 (0)