We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0033c5b commit 0fd4d9bCopy full SHA for 0fd4d9b
src/fuse/IoRing.h
@@ -48,7 +48,7 @@ struct IoRingJob {
48
49
// we allow multiple io workers to process the same ioring, but different ranges
50
// so 1 ioring can be used to submit ios processed in parallel
51
-// 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
52
// or batches may be mixed and things may get ugly
53
class IoRing : public std::enable_shared_from_this<IoRing> {
54
public:
0 commit comments