diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-13 01:44:34 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-13 01:46:38 -0700 |
commit | 3d12765e7433825bb4ac3cd8e9b9130ce3528840 (patch) | |
tree | 1b18f76cf7d051575c609e444974ab379ba530d6 | |
parent | e85771c7b6b89dd84b636d75d182fc0910ce87de (diff) |
rebuildnodes/graph: Fix typo in a comment
-rw-r--r-- | lib/btrfsprogs/btrfsinspect/rebuildnodes/graph/graph.go | 2 |
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 |