summaryrefslogtreecommitdiff
path: root/lib/btrfsprogs/btrfsinspect/rebuildnodes/graph
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-13 01:44:34 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-13 01:46:38 -0700
commit3d12765e7433825bb4ac3cd8e9b9130ce3528840 (patch)
tree1b18f76cf7d051575c609e444974ab379ba530d6 /lib/btrfsprogs/btrfsinspect/rebuildnodes/graph
parente85771c7b6b89dd84b636d75d182fc0910ce87de (diff)
rebuildnodes/graph: Fix typo in a comment
Diffstat (limited to 'lib/btrfsprogs/btrfsinspect/rebuildnodes/graph')
-rw-r--r--lib/btrfsprogs/btrfsinspect/rebuildnodes/graph/graph.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/btrfsprogs/btrfsinspect/rebuildnodes/graph/graph.go b/lib/btrfsprogs/btrfsinspect/rebuildnodes/graph/graph.go
index c04fec0..2a97ec8 100644
--- a/lib/btrfsprogs/btrfsinspect/rebuildnodes/graph/graph.go
+++ b/lib/btrfsprogs/btrfsinspect/rebuildnodes/graph/graph.go
@@ -44,7 +44,7 @@ func (n Node) String() string {
}
type Edge struct {
- // It is invalid both 'FromRoot' and 'FromNode' to be
+ // It is invalid for both 'FromRoot' and 'FromNode' to be
// non-zero. If both are zero, then the Edge is from the
// superblock.
FromRoot btrfsvol.LogicalAddr