~ruther/guix-local

04bbd07218b5e67068219b90ff99df9580c47c0e — Mathieu Othacehe 8 years ago 763269f
system: vm: Fix typo in comment.

* gnu/system/vm.scm (qemu-image): Fix typo targetting -> targeting.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/vm.scm
M gnu/system/vm.scm => gnu/system/vm.scm +1 -1
@@ 324,7 324,7 @@ the image."
                           (flags '(boot))
                           (initializer initialize)))
                    ;; Append a small EFI System Partition for use with UEFI
                    ;; bootloaders if we are not targetting ARM because UEFI
                    ;; bootloaders if we are not targeting ARM because UEFI
                    ;; support in U-Boot is experimental.
                    ;;
                    ;; FIXME: ‘target-arm32?’ may be not operate on the right