summaryrefslogtreecommitdiff
path: root/Fsck.mdwn
diff options
context:
space:
mode:
authorAlexander Fougner <fougner89@gmail.com>2023-01-07 14:25:46 +0100
committerAlexander Fougner <fougner89@gmail.com>2023-01-07 14:38:15 +0100
commita22868eded6193a2a8ff7f15b9805f0246378dc4 (patch)
tree5d8c029582a18390abe500ebd6de3eb36b057114 /Fsck.mdwn
parentefdadd3c2c36e9ed47e791ffabe6691f8d74f0e1 (diff)
Fix wiki links
Note: requires ikiwiki plugin headinganchors Signed-off-by: Alexander Fougner <fougner89@gmail.com>
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.