debug-link: Clarify what CRC is.
authorjgart <jgart@dismail.de>
Fri, 16 Sep 2022 01:33:01 +0000 (20:33 -0500)
committerLudovic Courtès <ludo@gnu.org>
Mon, 26 Sep 2022 21:29:37 +0000 (23:29 +0200)
* guix/build/debug-link.scm: Clarify "CRC"; update bug URL.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
guix/build/debug-link.scm

index 9167737..f3284f7 100644 (file)
 ;;; 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: