From e4d668754fe35481e08425157c8542157c1c2513 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 8 Jan 2025 05:15:01 +0100 Subject: [PATCH] * src/igc.c: Remove claims of concurrency. --- src/igc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/igc.c b/src/igc.c index 35f0287e781..172c7a95017 100644 --- a/src/igc.c +++ b/src/igc.c @@ -1,4 +1,4 @@ -/* Incremental, generational, concurrent GC using MPS. +/* Incremental and generational GC using MPS. Copyright (C) 2024 Free Software Foundation, Inc. This file is part of GNU Emacs.