Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/filesystems/xfs: Fix typo error

Fixed typo error in referring to the section's headline
Fixed to correct spelling of "mapping"

Signed-off-by: Alperen Aksu <aksulperen@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250821131404.25461-1-aksulperen@gmail.com

authored by

Alperen Aksu and committed by
Jonathan Corbet
ba653158 c67a9f49

+2 -2
+2 -2
Documentation/filesystems/xfs/xfs-online-fsck-design.rst
··· 475 475 shutdown. 476 476 477 477 Inspiration for the secondary metadata repair strategy was drawn from section 478 - 2.4 of Srinivasan above, and sections 2 ("NSF: Inded Build Without Side-File") 478 + 2.4 of Srinivasan above, and sections 2 ("NSF: Index Build Without Side-File") 479 479 and 3.1.1 ("Duplicate Key Insert Problem") in C. Mohan, `"Algorithms for 480 480 Creating Indexes for Very Large Tables Without Quiescing Updates" 481 481 <https://dl.acm.org/doi/10.1145/130283.130337>`_, 1992. ··· 4179 4179 This will be discussed in more detail in subsequent sections. 4180 4180 4181 4181 If the filesystem goes down in the middle of an operation, log recovery will 4182 - find the most recent unfinished maping exchange log intent item and restart 4182 + find the most recent unfinished mapping exchange log intent item and restart 4183 4183 from there. 4184 4184 This is how atomic file mapping exchanges guarantees that an outside observer 4185 4185 will either see the old broken structure or the new one, and never a mismash of