diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-05-06 19:46:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-10 00:23:52 +0200 |
commit | 6a33f674b9f5da2825a44eadff318aa95c60b475 (patch) | |
tree | f7f9844e50d23651dcf76ed4cd6b0d93912f8ed4 /gnu | |
parent | 7f89eee664c18d4d8214abf17cdad0e24096a5e7 (diff) | |
download | guix-6a33f674b9f5da2825a44eadff318aa95c60b475.tar.gz |
system: Fix reference to Hurd bug in comment.
* gnu/system.scm (hurd-multiboot-modules): Fix bug reference in comment.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 50a3bac7e4..354f58f55b 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -1505,7 +1505,7 @@ a list of <menu-entry>, to populate the \"old entries\" menu." glibc)) (exec-server-command ;; XXX: Run the statically-linked 'exec' to work around - ;; <https://issues.guix.gnu.org/58631>, which manifests on some + ;; <https://issues.guix.gnu.org/58320>, which manifests on some ;; machines. ;; (list (file-append libc "/lib/ld.so.1") "exec" |