diff options
author | David Sterba <dsterba@suse.com> | 2021-05-21 17:42:23 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-06-22 14:11:57 +0200 |
commit | 1a9fd4172d5c8ba64735b3aef7eed643d398ce05 (patch) | |
tree | 80b8217f78e62a9ff867022fe6cca182129c3772 /include/uapi/linux/btrfs_tree.h | |
parent | c86bdc9b7c2c396ad476ecbb20738d2720bf0992 (diff) | |
download | linux-stable-1a9fd4172d5c8ba64735b3aef7eed643d398ce05.tar.gz linux-stable-1a9fd4172d5c8ba64735b3aef7eed643d398ce05.tar.bz2 linux-stable-1a9fd4172d5c8ba64735b3aef7eed643d398ce05.zip |
btrfs: fix typos in comments
Fix typos that have snuck in since the last round. Found by codespell.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/uapi/linux/btrfs_tree.h')
-rw-r--r-- | include/uapi/linux/btrfs_tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/btrfs_tree.h b/include/uapi/linux/btrfs_tree.h index 58d7cff9afb1..ccdb40fe40dc 100644 --- a/include/uapi/linux/btrfs_tree.h +++ b/include/uapi/linux/btrfs_tree.h @@ -59,7 +59,7 @@ /* for storing balance parameters in the root tree */ #define BTRFS_BALANCE_OBJECTID -4ULL -/* orhpan objectid for tracking unlinked/truncated files */ +/* orphan objectid for tracking unlinked/truncated files */ #define BTRFS_ORPHAN_OBJECTID -5ULL /* does write ahead logging to speed up fsyncs */ @@ -275,7 +275,7 @@ #define BTRFS_PERSISTENT_ITEM_KEY 249 /* - * Persistantly stores the device replace state in the device tree. + * Persistently stores the device replace state in the device tree. * The key is built like this: (0, BTRFS_DEV_REPLACE_KEY, 0). */ #define BTRFS_DEV_REPLACE_KEY 250 |