Skip to content

Commit c3e3669

Browse files
committed
test/probe.c: fix typo in assert output
Signed-off-by: Derevtsov Konstantin <[email protected]>
1 parent f8caf73 commit c3e3669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/probe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static int verify_probe(struct io_uring_probe *p, int full)
3636
return 1;
3737
}
3838
if (!(p->ops[IORING_OP_WRITE].flags & IO_URING_OP_SUPPORTED)) {
39-
fprintf(stderr, "READV not supported!?\n");
39+
fprintf(stderr, "WRITE not supported!?\n");
4040
return 1;
4141
}
4242

0 commit comments

Comments
 (0)