Message ID | 20240319180005.246930-4-visitorckw@gmail.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Mike Snitzer |
Headers | show |
Series | treewide: Refactor heap related implementation | expand |
On Tue, Mar 19, 2024 at 11:00 AM Kuan-Wei Chiu <visitorckw@gmail.com> wrote: > > Replace 'utiility' with 'utility'. > > Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com> Reviewed-by: Ian Rogers <irogers@google.com> Thanks, Ian > --- > fs/bcachefs/util.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/bcachefs/util.c b/fs/bcachefs/util.c > index 216fadf16928..f5a16ad65424 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. > -- > 2.34.1 >
diff --git a/fs/bcachefs/util.c b/fs/bcachefs/util.c index 216fadf16928..f5a16ad65424 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.
Replace 'utiility' with 'utility'. Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com> --- fs/bcachefs/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)