From 74635ca430fc072904833558d4078a0909b3c66d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 25 Apr 2024 16:44:37 +0300 Subject: [PATCH] ; * src/igc.c: Don't unnecessarily us non-ASCII characters. --- src/igc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/igc.c b/src/igc.c index 4cd49e9b070..c2dd837a455 100644 --- a/src/igc.c +++ b/src/igc.c @@ -3,7 +3,7 @@ This file is part of GNU Emacs. -Author: Gerd Möllmann +Author: Gerd Moellmann 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 can’t know if it’s 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. */