summaryrefslogtreecommitdiff
path: root/fs/btrfs/lru_cache.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2023-12-05 21:26:39 +0300
committerDavid Sterba <dsterba@suse.com>2023-12-16 01:00:04 +0300
commiteefaf0a1a6f10726faa4d1b7800fdf307e97ef55 (patch)
treebfe6eee0147d98a9b86423d9d26a6a6bcf43329c /fs/btrfs/lru_cache.c
parent4618d0a66b505a81cc39b17935118227a7fc24f8 (diff)
downloadlinux-eefaf0a1a6f10726faa4d1b7800fdf307e97ef55.tar.xz
btrfs: fix typos found by codespell
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/lru_cache.c')
-rw-r--r--fs/btrfs/lru_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/lru_cache.c b/fs/btrfs/lru_cache.c
index 0fe0ae54ac67..fd88af17d8d9 100644
--- a/fs/btrfs/lru_cache.c
+++ b/fs/btrfs/lru_cache.c
@@ -9,7 +9,7 @@
*
* @cache: The cache.
* @max_size: Maximum size (number of entries) for the cache.
- * Use 0 for unlimited size, it's the user's responsability to
+ * Use 0 for unlimited size, it's the user's responsibility to
* trim the cache in that case.
*/
void btrfs_lru_cache_init(struct btrfs_lru_cache *cache, unsigned int max_size)