From 04bbd07218b5e67068219b90ff99df9580c47c0e Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 2 Dec 2017 13:58:05 +0100 Subject: system: vm: Fix typo in comment. * gnu/system/vm.scm (qemu-image): Fix typo targetting -> targeting. --- gnu/system/vm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 8cd4c064f9..b68cce3eb5 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -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 -- cgit v1.2.3