diff options
| author | 2022-05-25 16:27:25 +0200 | |
|---|---|---|
| committer | 2022-07-25 17:44:33 +0200 | |
| commit | 143823cf4d5a36cb8c83f5a6adb291bc45f40bc3 (patch) | |
| tree | 034f36b653e1cf1da6ac151f5c41023d3a62930c /fs/btrfs/tree-log.c | |
| parent | Linux 5.19-rc8 (diff) | |
| download | wireguard-linux-143823cf4d5a36cb8c83f5a6adb291bc45f40bc3.tar.xz wireguard-linux-143823cf4d5a36cb8c83f5a6adb291bc45f40bc3.zip | |
btrfs: fix typos in comments
Codespell has found a few typos.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tree-log.c')
| -rw-r--r-- | fs/btrfs/tree-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 370388fadf96..1201f083d4db 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -2287,7 +2287,7 @@ static noinline int check_item_in_log(struct btrfs_trans_handle *trans, struct btrfs_key location; /* - * Currenly we only log dir index keys. Even if we replay a log created + * Currently we only log dir index keys. Even if we replay a log created * by an older kernel that logged both dir index and dir item keys, all * we need to do is process the dir index keys, we (and our caller) can * safely ignore dir item keys (key type BTRFS_DIR_ITEM_KEY). |
