summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/btrfs/io4_fs.go2
1 files changed, 1 insertions, 1 deletions
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.