diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-12-02 13:58:05 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-12-02 13:58:05 +0100 |
commit | 04bbd07218b5e67068219b90ff99df9580c47c0e (patch) | |
tree | 71772edc3381abb8583004c7b7786b19955ca2c2 /gnu/system | |
parent | 763269f9ace31e265132aa06fc282a250d6acf3e (diff) | |
download | patches-04bbd07218b5e67068219b90ff99df9580c47c0e.tar patches-04bbd07218b5e67068219b90ff99df9580c47c0e.tar.gz |
system: vm: Fix typo in comment.
* gnu/system/vm.scm (qemu-image): Fix typo targetting -> targeting.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/vm.scm | 2 |
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 |