]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
volatile-binds: mount-copybind: fix typo
authorUlrich Ölmann <u.oelmann@pengutronix.de>
Thu, 10 Oct 2024 07:14:01 +0000 (09:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Oct 2024 11:16:59 +0000 (12:16 +0100)
Amend a small typing error.

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/volatile-binds/files/mount-copybind

index 4f373412be6f940c1fff817c31fe5199b4da3e44..58858805343c54390451a2c3c79860940273a469 100755 (executable)
@@ -49,7 +49,7 @@ if [ -d "$mountpoint" ]; then
         mkdir "${overlay_workdir}"
     fi
 
-    # Try to mount using overlay, which is must faster than copying files.
+    # Try to mount using overlay, which is much faster than copying files.
     # If that fails, fall back to slower copy.
     if command -v selinuxenabled > /dev/null 2>&1; then
         if selinuxenabled; then