diff options
author | Kuan-Wei Chiu <visitorckw@gmail.com> | 2024-03-05 08:47:57 +0800 |
---|---|---|
committer | Kuan-Wei Chiu <visitorckw@gmail.com> | 2024-04-25 21:30:52 +0800 |
commit | 3e3b3188d3ad37d65886e5debaf7f8a7312a66f0 (patch) | |
tree | 2b3b808e73ad8193916e10bc6e9a8ca38734d0c8 | |
parent | f9a9d8506935ea98d9187fd0abe07fe95cb98875 (diff) |
bcache: Fix typo
Replace 'utiility' with 'utility'.
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
-rw-r--r-- | drivers/md/bcache/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/util.c b/drivers/md/bcache/util.c index ae380bc3992e..410d8cb49e50 100644 --- a/drivers/md/bcache/util.c +++ b/drivers/md/bcache/util.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * random utiility code, for bcache but in theory not specific to bcache + * random utility code, for bcache but in theory not specific to bcache * * Copyright 2010, 2011 Kent Overstreet <kent.overstreet@gmail.com> * Copyright 2012 Google, Inc. |