Joel Stanley <joel@xxxxxxxxx> writes: > Clearly the author meant 'on the fly'. > > Signed-off-by: Joel Stanley <joel@xxxxxxxxx> > --- > Documentation/filesystems/ubifs.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/ubifs.rst b/Documentation/filesystems/ubifs.rst > index e6ee99762534..ced2f7679ddb 100644 > --- a/Documentation/filesystems/ubifs.rst > +++ b/Documentation/filesystems/ubifs.rst > @@ -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. Applied, thanks. jon