Skip to content

Commit 0fd4d9b

Browse files
authored
Fix a small spelling mistake (#266)
Signed-off-by: izxl007 <[email protected]>
1 parent 0033c5b commit 0fd4d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fuse/IoRing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct IoRingJob {
4848

4949
// we allow multiple io workers to process the same ioring, but different ranges
5050
// 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
51+
// however, we don't allow multiple threads to prepare ios in the same ioring
5252
// or batches may be mixed and things may get ugly
5353
class IoRing : public std::enable_shared_from_this<IoRing> {
5454
public:

0 commit comments

Comments
 (0)