[git commit] typo fix

Denys Vlasenko vda.linux at googlemail.com
Thu Apr 19 14:28:28 UTC 2018


commit: https://git.busybox.net/busybox-website/commit/?id=4d19212b1faa2cb4143b10f1fd3d3be32715e7f7
branch: https://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 kill_it_with_fire.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kill_it_with_fire.txt b/kill_it_with_fire.txt
index 55d4e85..02fdbca 100644
--- a/kill_it_with_fire.txt
+++ b/kill_it_with_fire.txt
@@ -172,7 +172,7 @@ In the spirit of runit tool, let's run system startup scripts from
 	# These are mounted by systemd, for some reason not via fstab. Mimic for now:
 	dir_and_not_mounted /tmp && mount -t tmpfs tmpfs /tmp
 	dir_and_not_mounted /run && mount -t tmpfs tmpfs /run
-	# Remove up the mess left by systemd which possibly ran in initramfs:
+	# Remove the mess left by systemd which possibly ran in initramfs:
 	for d in /sys/fs/cgroup/* /sys/fs/cgroup /sys/kernel/security; do
 	        mountpoint -q -- "$d" && umount "$d"
 	done


More information about the busybox-cvs mailing list