From 6d3c24cfc269fbcd49acd8be220395500fc7120c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20=C3=96lmann?= Date: Thu, 10 Oct 2024 09:14:01 +0200 Subject: [PATCH] volatile-binds: mount-copybind: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Amend a small typing error. Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie --- meta/recipes-core/volatile-binds/files/mount-copybind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/volatile-binds/files/mount-copybind b/meta/recipes-core/volatile-binds/files/mount-copybind index 4f373412be6..58858805343 100755 --- a/meta/recipes-core/volatile-binds/files/mount-copybind +++ b/meta/recipes-core/volatile-binds/files/mount-copybind @@ -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 -- 2.47.3