system: vm: Fix typo in comment.
* gnu/system/vm.scm (qemu-image): Fix typo targetting -> targeting.
This commit is contained in:
parent
763269f9ac
commit
04bbd07218
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue