From 3d12765e7433825bb4ac3cd8e9b9130ce3528840 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 13 Feb 2023 01:44:34 -0700 Subject: rebuildnodes/graph: Fix typo in a comment --- lib/btrfsprogs/btrfsinspect/rebuildnodes/graph/graph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/btrfsprogs/btrfsinspect/rebuildnodes/graph') 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 -- cgit v1.2.3-2-g168b