civodul pushed a commit to branch master
in repository guix.

commit 6a33f674b9f5da2825a44eadff318aa95c60b475
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sat May 6 19:46:34 2023 +0200

    system: Fix reference to Hurd bug in comment.
    
    * gnu/system.scm (hurd-multiboot-modules): Fix bug reference in
    comment.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

Reply via email to