guix-commits
[Top][All Lists]
Advanced

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

15/18: debug-link: Clarify what CRC is.


From: guix-commits
Subject: 15/18: debug-link: Clarify what CRC is.
Date: Mon, 26 Sep 2022 17:32:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 172207924e8491e654623d0a7e7503f80fddafc3
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Sep 15 20:33:01 2022 -0500

    debug-link: Clarify what CRC is.
    
    * guix/build/debug-link.scm: Clarify "CRC"; update bug URL.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 guix/build/debug-link.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/guix/build/debug-link.scm b/guix/build/debug-link.scm
index 9167737fb3..f3284f74c4 100644
--- a/guix/build/debug-link.scm
+++ b/guix/build/debug-link.scm
@@ -38,10 +38,10 @@
 ;;; create separate debug files (info "(gdb) Separate Debug Files").
 ;;;
 ;;; The main facility of this module is 'graft-debug-links', which allows us
-;;; to update the CRC that appears in '.gnu_debuglink' sections when grafting,
-;;; such that separate debug files remain usable after grafting.  Failing to
-;;; do that, GDB would complain about CRC mismatch---see
-;;; <https://bugs.gnu.org/19973>.
+;;; to update the cyclic redundancy check (CRC) that appears in
+;;; '.gnu_debuglink' sections when grafting, such that separate debug files
+;;; remain usable after grafting.  Failing to do that, GDB would complain
+;;; about CRC mismatch---see <https://issues.guix.gnu.org/19973>.
 ;;;
 ;;; Code:
 



reply via email to

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