Fix a small spelling mistake

Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
This commit is contained in:
izxl007
2025-05-06 21:42:52 +08:00
parent 0033c5b0bb
commit 4c2d5f246e

View File

@@ -48,7 +48,7 @@ struct IoRingJob {
// we allow multiple io workers to process the same ioring, but different ranges // we allow multiple io workers to process the same ioring, but different ranges
// so 1 ioring can be used to submit ios processed in parallel // so 1 ioring can be used to submit ios processed in parallel
// howoever, we don't allow multiple threads to prepare ios in the same ioring // however, we don't allow multiple threads to prepare ios in the same ioring
// or batches may be mixed and things may get ugly // or batches may be mixed and things may get ugly
class IoRing : public std::enable_shared_from_this<IoRing> { class IoRing : public std::enable_shared_from_this<IoRing> {
public: public: