From 5b52a894d5e0a24907ac5073841b5a0bebbd2247 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 13 Jul 2022 22:38:09 -0600 Subject: fix typo in a comment --- lib/btrfs/io4_fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/btrfs/io4_fs.go b/lib/btrfs/io4_fs.go index b2a2ee1..ad489c7 100644 --- a/lib/btrfs/io4_fs.go +++ b/lib/btrfs/io4_fs.go @@ -348,7 +348,7 @@ func (ret *File) populate() { } func (file *File) ReadAt(dat []byte, off int64) (int, error) { - // These stateles maybe-short-reads each do an O(n) extent + // These stateless maybe-short-reads each do an O(n) extent // lookup, so reading a file is O(n^2), but we expect n to be // small, so whatev. Turn file.Extents it in to an rbtree if // it becomes a problem. -- cgit v1.2.3-2-g168b