bootloader: Fix comment about 'menu-entries'.

* gnu/bootloader.scm (<bootloader-configuration>)[menu-entries]: Fix
margin comment.
master
Ludovic Courtès 2019-08-29 10:03:42 +02:00
parent 9fbf4d2a52
commit ac9cd78ea9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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))