summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/grub/grub.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-04-06 16:16:23 +0000
committerRobin Gloster <mail@glob.in>2016-04-06 16:16:23 +0000
commita73a28de7b16734d8e28da8be43a06b92eeb6bc3 (patch)
tree0e6d49cc764c6bf22007801c1ab20e7c9a8a85dc /nixos/modules/system/boot/loader/grub/grub.nix
parent5ca99ae7a7d685980048dff05b5db18d31202ebe (diff)
downloadnixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.gz
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.bz2
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.lz
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.xz
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.zst
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.zip
fix grammar errors
Diffstat (limited to 'nixos/modules/system/boot/loader/grub/grub.nix')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index d9f6f51f13a2..6b201fcce638 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -348,7 +348,7 @@ in
         default = false;
         type = types.bool;
         description = ''
-          Whether GRUB should be build against libzfs.
+          Whether GRUB should be built against libzfs.
           ZFS support is only available for GRUB v2.
           This option is ignored for GRUB v1.
         '';
@@ -358,7 +358,7 @@ in
         default = false;
         type = types.bool;
         description = ''
-          Whether GRUB should be build with EFI support.
+          Whether GRUB should be built with EFI support.
           EFI support is only available for GRUB v2.
           This option is ignored for GRUB v1.
         '';