VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Brian Gianforcaro <b.gianfo@gmail.com> 2019-12-13 03:09:50 -0800 committer: Jens Axboe <axboe@kernel.dk> 2019-12-15 14:49:30 -0700 commit: d195a66e367b3d24fdd3c3565f37ab7c6882b9d2 parent: e31736d9fae841e8a1612f263136454af10f476a
Commit Summary:
io_uring: fix stale comment and a few typos
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/io-wq.c b/fs/io-wq.c
index 90c4978781fb..11e80b7252a8 100644
--- a/fs/io-wq.c
+++ b/fs/io-wq.c
@@ -948,7 +948,7 @@ static enum io_wq_cancel io_wqe_cancel_work(struct io_wqe *wqe,
 	/*
 	 * Now check if a free (going busy) or busy worker has the work
 	 * currently running. If we find it there, we'll return CANCEL_RUNNING
-	 * as an indication that we attempte to signal cancellation. The
+	 * as an indication that we attempt to signal cancellation. The
 	 * completion will run normally in this case.
 	 */
 	rcu_read_lock();