diff options
author | Kuan-Wei Chiu <visitorckw@gmail.com> | 2024-03-12 02:44:43 +0800 |
---|---|---|
committer | Kuan-Wei Chiu <visitorckw@gmail.com> | 2024-04-25 21:30:58 +0800 |
commit | 8521919d6a8383ea0d5b45ebedc20472e02dda76 (patch) | |
tree | cdf200874a1d32a05deb35e3198cfc90ce09ae91 | |
parent | 3e3b3188d3ad37d65886e5debaf7f8a7312a66f0 (diff) |
bcachefs: 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-- | fs/bcachefs/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/util.c b/fs/bcachefs/util.c index 92c6ad75e702..05ac1b3b0604 100644 --- a/fs/bcachefs/util.c +++ b/fs/bcachefs/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. |