Message ID | 1512270266-5118-1-git-send-email-minwoo.im.dev@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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,