1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 00:50:44 -08:00

; * src/igc.c: Don't unnecessarily us non-ASCII characters.

This commit is contained in:
Eli Zaretskii 2024-04-25 16:44:37 +03:00
parent 8976e7a4ae
commit 74635ca430

View file

@ -3,7 +3,7 @@
This file is part of GNU Emacs.
Author: Gerd Möllmann <gerd@gnu.org>
Author: Gerd Moellmann <gerd@gnu.org>
GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -780,7 +780,7 @@ scan_ambig (mps_ss_t ss, void *start, void *end, void *closure)
/* If the references in the object being scanned are
ambiguous then MPS_FIX2() does not update the
reference (because it cant know if its a
reference (because it can't know if it's a
genuine reference). The MPS handles an ambiguous
reference by pinning the block pointed to so that
it cannot move. */