Documentation: ubifs: Fix compression idiom
authorJoel Stanley <joel@jms.id.au>
Wed, 5 Oct 2022 03:09:04 +0000 (13:39 +1030)
committerJonathan Corbet <corbet@lwn.net>
Mon, 10 Oct 2022 19:01:10 +0000 (13:01 -0600)
Clearly the author meant 'on the fly'.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20221005030904.65604-1-joel@jms.id.au
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/ubifs.rst

index e6ee997..ced2f76 100644 (file)
@@ -59,7 +59,7 @@ differences.
 * JFFS2 is a write-through file-system, while UBIFS supports write-back,
   which makes UBIFS much faster on writes.
 
-Similarly to JFFS2, UBIFS supports on-the-flight compression which makes
+Similarly to JFFS2, UBIFS supports on-the-fly compression which makes
 it possible to fit quite a lot of data to the flash.
 
 Similarly to JFFS2, UBIFS is tolerant of unclean reboots and power-cuts.