guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: bootloader: Fix comment about 'menu-entries'.


From: guix-commits
Subject: 01/05: bootloader: Fix comment about 'menu-entries'.
Date: Thu, 29 Aug 2019 19:34:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ac9cd78ea9e6a3cf850b33fb2111b85e2bbf533d
Author: Ludovic Courtès <address@hidden>
Date:   Thu Aug 29 10:03:42 2019 +0200

    bootloader: Fix comment about 'menu-entries'.
    
    * gnu/bootloader.scm (<bootloader-configuration>)[menu-entries]: Fix
    margin comment.
---
 gnu/bootloader.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/bootloader.scm b/gnu/bootloader.scm
index a381f67..9090360 100644
--- a/gnu/bootloader.scm
+++ b/gnu/bootloader.scm
@@ -108,7 +108,7 @@
   (bootloader         bootloader-configuration-bootloader) ;<bootloader>
   (target             bootloader-configuration-target      ;string
                       (default #f))
-  (menu-entries       bootloader-configuration-menu-entries ;list of 
<boot-parameters>
+  (menu-entries       bootloader-configuration-menu-entries ;list of 
<menu-entry>
                       (default '()))
   (default-entry      bootloader-configuration-default-entry ;integer
                       (default 0))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]