Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chloefeal committed Dec 28, 2024
1 parent 94cc228 commit eb2276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/testdata/spawn_cases.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ int parent_invalid_fd(uint64_t* pid) {
err = ckb_write(fds[CKB_STDOUT], data, &data_length);
CHECK2(err == CKB_OTHER_END_CLOSED, -2);

// read from fd but the ohter end is closed
// read from fd but the other end is closed
err = ckb_pipe(fds);
CHECK(err);
err = ckb_close(fds[CKB_STDOUT]);
Expand Down

0 comments on commit eb2276c

Please sign in to comment.