Fix a small spelling mistake (#266)
Some checks failed
Build / build (push) Has been cancelled

Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
This commit is contained in:
izxl007 2025-05-07 09:03:00 +08:00 committed by GitHub
parent 0033c5b0bb
commit 0fd4d9b308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ struct IoRingJob {
// 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
// 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
class IoRing : public std::enable_shared_from_this<IoRing> {
public: