me
/
guix
Archived
1
0
Fork 0

utils: Fix URL in comment.

* guix/utils.scm (target-x86-32?): Fix Wikipedia URL.
master
Tobias Geerinckx-Rice 2021-12-29 22:55:55 +01:00
parent 5b307aff66
commit ea2fd313d5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ a character other than '@'."
"Is the architecture of TARGET a variant of Intel's 32-bit architecture "Is the architecture of TARGET a variant of Intel's 32-bit architecture
(IA32)?" (IA32)?"
;; Intel also has a 16-bit architecture in the iN86 series, i286 ;; 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?. ;; procedure is not named target-x86?.
(or (string-prefix? "i386-" target) (or (string-prefix? "i386-" target)
(string-prefix? "i486-" target) (string-prefix? "i486-" target)