diff options
author | David Sterba | 2022-05-25 16:27:25 +0200 |
---|---|---|
committer | David Sterba | 2022-07-25 17:44:33 +0200 |
commit | 143823cf4d5a36cb8c83f5a6adb291bc45f40bc3 (patch) | |
tree | 034f36b653e1cf1da6ac151f5c41023d3a62930c /fs/btrfs/disk-io.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/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index de440ebf5648..018510188a0d 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c @@ -1872,7 +1872,7 @@ again: fail: /* * If our caller provided us an anonymous device, then it's his - * responsability to free it in case we fail. So we have to set our + * responsibility to free it in case we fail. So we have to set our * root's anon_dev to 0 to avoid a double free, once by btrfs_put_root() * and once again by our caller. */ |