guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: system: vm: Fix typo in comment.


From: Mathieu Othacehe
Subject: 01/01: system: vm: Fix typo in comment.
Date: Sat, 2 Dec 2017 07:59:37 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 04bbd07218b5e67068219b90ff99df9580c47c0e
Author: Mathieu Othacehe <address@hidden>
Date:   Sat Dec 2 13:58:05 2017 +0100

    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 8cd4c06..b68cce3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]