summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2017-12-02 13:58:05 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2017-12-02 13:58:05 +0100
commit04bbd07218b5e67068219b90ff99df9580c47c0e (patch)
tree71772edc3381abb8583004c7b7786b19955ca2c2 /gnu
parent763269f9ace31e265132aa06fc282a250d6acf3e (diff)
downloadguix-04bbd07218b5e67068219b90ff99df9580c47c0e.tar.gz
system: vm: Fix typo in comment.
* gnu/system/vm.scm (qemu-image): Fix typo targetting -> targeting.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/vm.scm2
1 files changed, 1 insertions, 1 deletions
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