guix-commits
[Top][All Lists]
Advanced

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

01/04: utils: Fix URL in comment.


From: guix-commits
Subject: 01/04: utils: Fix URL in comment.
Date: Thu, 30 Dec 2021 07:41:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ea2fd313d52dc62593b478acf5c3e7ea052c45de
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Dec 29 22:55:55 2021 +0100

    utils: Fix URL in comment.
    
    * guix/utils.scm (target-x86-32?): Fix Wikipedia URL.
---
 guix/utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/utils.scm b/guix/utils.scm
index 9596ff8582..536323978e 100644
--- a/guix/utils.scm
+++ b/guix/utils.scm
@@ -668,7 +668,7 @@ a character other than '@'."
   "Is the architecture of TARGET a variant of Intel's 32-bit architecture
 (IA32)?"
   ;; Intel also has a 16-bit architecture in the iN86 series, i286
-  ;; (see, e.g. https://en.wikipedia.org/wiki/Intel/808286) so this
+  ;; (see, e.g., https://en.wikipedia.org/wiki/Intel_80286) so this
   ;; procedure is not named target-x86?.
   (or (string-prefix? "i386-" target)
       (string-prefix? "i486-" target)



reply via email to

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