summaryrefslogtreecommitdiff
path: root/Fsck.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Fsck.mdwn')
-rw-r--r--Fsck.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Fsck.mdwn b/Fsck.mdwn
index 79c76e9..169b178 100644
--- a/Fsck.mdwn
+++ b/Fsck.mdwn
@@ -52,7 +52,7 @@ Changes for snapshots:
## References between keys:
Filesystem code operates within a subvolume: at the start of a btree transaction
-it looks up up the subvolume's snapshot ID, and passes that to the btree
+it looks up the subvolume's snapshot ID, and passes that to the btree
iterator code so that lookups always return the newest key visible to that
snapshot ID.