summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-2-init.sh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-10-09 20:29:58 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-10-10 16:24:33 +0200
commit2c97f0669dd6daa66e4c9a9d91931f272413be8b (patch)
tree62feabda1b79fd59bf7dcc3aad6f521c4e3aa401 /nixos/modules/system/boot/stage-2-init.sh
parent4b950c42cd25d215093d322f01e018c65916717c (diff)
downloadnixpkgs-2c97f0669dd6daa66e4c9a9d91931f272413be8b.tar
nixpkgs-2c97f0669dd6daa66e4c9a9d91931f272413be8b.tar.gz
nixpkgs-2c97f0669dd6daa66e4c9a9d91931f272413be8b.tar.bz2
nixpkgs-2c97f0669dd6daa66e4c9a9d91931f272413be8b.tar.lz
nixpkgs-2c97f0669dd6daa66e4c9a9d91931f272413be8b.tar.xz
nixpkgs-2c97f0669dd6daa66e4c9a9d91931f272413be8b.tar.zst
nixpkgs-2c97f0669dd6daa66e4c9a9d91931f272413be8b.zip
Typo
Diffstat (limited to 'nixos/modules/system/boot/stage-2-init.sh')
-rw-r--r--nixos/modules/system/boot/stage-2-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/stage-2-init.sh b/nixos/modules/system/boot/stage-2-init.sh
index 03daafa1ce4..d1de7920df9 100644
--- a/nixos/modules/system/boot/stage-2-init.sh
+++ b/nixos/modules/system/boot/stage-2-init.sh
@@ -142,7 +142,7 @@ fi
 # Record the boot configuration.
 ln -sfn "$systemConfig" /run/booted-system
 
-# Prevent the booted system form being garbage-collected If it weren't
+# Prevent the booted system from being garbage-collected. If it weren't
 # a gcroot, if we were running a different kernel, switched system,
 # and garbage collected all, we could not load kernel modules anymore.
 ln -sfn /run/booted-system /nix/var/nix/gcroots/booted-system