summaryrefslogtreecommitdiff
path: root/lib/btrfs/btrfsitem/item_uuid.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 17:39:11 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 22:42:08 -0700
commit1faafcd3809fe5b452a1a742137ca2cb7336aad6 (patch)
tree754fba6c648f2c4b4a87d53534f81d415fe1469b /lib/btrfs/btrfsitem/item_uuid.go
parentb6ec0ce387b0a3d9fb6f58ba43ca27943f99fb93 (diff)
lint: Turn on dupword
Diffstat (limited to 'lib/btrfs/btrfsitem/item_uuid.go')
-rw-r--r--lib/btrfs/btrfsitem/item_uuid.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/btrfs/btrfsitem/item_uuid.go b/lib/btrfs/btrfsitem/item_uuid.go
index e1a6cf9..5f5f357 100644
--- a/lib/btrfs/btrfsitem/item_uuid.go
+++ b/lib/btrfs/btrfsitem/item_uuid.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com>
+// Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com>
//
// SPDX-License-Identifier: GPL-2.0-or-later
@@ -12,7 +12,7 @@ import (
)
// The Key for this item is a UUID, and the item is a subvolume IDs
-// that that UUID maps to.
+// that UUID maps to.
//
// key.objectid = first half of UUID
// key.offset = second half of UUID