a tiny comment typo fixed. Signed-off-by: Minwoo Im <minwoo.im.dev@xxxxxxxxx> --- include/linux/blk_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index a1e628e..eca5bf6 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h @@ -195,7 +195,7 @@ enum req_opf { REQ_OP_ZONE_REPORT = 4, /* securely erase sectors */ REQ_OP_SECURE_ERASE = 5, - /* seset a zone write pointer */ + /* reset a zone write pointer */ REQ_OP_ZONE_RESET = 6, /* write the same sector many times */ REQ_OP_WRITE_SAME = 7, -- 2.7.4