diff options
author | David Sterba <dsterba@suse.com> | 2022-05-25 16:27:25 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-07-25 17:44:33 +0200 |
commit | 143823cf4d5a36cb8c83f5a6adb291bc45f40bc3 (patch) | |
tree | 034f36b653e1cf1da6ac151f5c41023d3a62930c /fs/btrfs/inode.c | |
parent | e0dccc3b76fb35bb257b4118367a883073d7390e (diff) |
btrfs: fix typos in comments
Codespell has found a few typos.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index d50448bf8eed..77a001554133 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -4228,7 +4228,7 @@ skip_backref: /* * If we are in a rename context, we don't need to update anything in the * log. That will be done later during the rename by btrfs_log_new_name(). - * Besides that, doing it here would only cause extra unncessary btree + * Besides that, doing it here would only cause extra unnecessary btree * operations on the log tree, increasing latency for applications. */ if (!rename_ctx) { |