From 7352e2551b87e3de9507a56f5334f727f4699dfb Mon Sep 17 00:00:00 2001 From: John Davidson Date: Mon, 9 Sep 2019 15:35:30 +0300 Subject: [PATCH] Minor documentation update. --- src/minimal_overlay/bundles/hello_mll/bundle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/minimal_overlay/bundles/hello_mll/bundle.sh b/src/minimal_overlay/bundles/hello_mll/bundle.sh index bb87b634c..2d6275c33 100755 --- a/src/minimal_overlay/bundles/hello_mll/bundle.sh +++ b/src/minimal_overlay/bundles/hello_mll/bundle.sh @@ -75,8 +75,8 @@ reduce_size $DEST_DIR/bin/hello # # install_to_overlay bin bin # -# All of the above examples have the same final. In our simple use case we use -# the first mode (i.e. we provide no arguments). +# All of the above examples have the same final effect. In our simple use case +# we use the first mode (i.e. we provide no arguments). install_to_overlay # In the end we print message that our bundle has been installed and we return