summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-12-21 13:53:04 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2022-12-21 13:54:08 -0700
commitcb93353c360258569e4b91e164136e321707470a (patch)
tree75d9f491704bae9b3917e4d1cdbca4335a5849c3 /lib
parentf7701686ccdb294e3a67f24a3b333342925e89bc (diff)
rebuildnodes: Fix a missing word in a comment
Diffstat (limited to 'lib')
-rw-r--r--lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go b/lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go
index e441abd..e0ca7a0 100644
--- a/lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go
+++ b/lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go
@@ -590,8 +590,8 @@ func (o *rebuilder) wantFileExt(ctx context.Context, treeID btrfsprim.ObjID, ino
continue
}
itemEnd := itemBeg + itemSize
- // We're being and "wanting" any extent that has any overlap with the
- // gap. But maybe instead we sould only want extents that are
+ // We're being greedy and "wanting" any extent that has any overlap with
+ // the gap. But maybe instead we sould only want extents that are
// *entirely* within the gap. I'll have to run it on real filesystems
// to see what works better.
//