From: Bruno Haible Date: Sat, 17 May 2025 09:07:20 +0000 (+0200) Subject: clean-temp: Fix typo in comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43e95e0f9bc8d779b1f2c1ade512ea94146109e3;p=thirdparty%2Fgnulib.git clean-temp: Fix typo in comment. * lib/clean-temp.h: Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index e628b7169f..39681ca16a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-05-17 Bruno Haible + + clean-temp: Fix typo in comment. + * lib/clean-temp.h: Fix typo in comment. + 2025-05-16 Bruno Haible asyncsafe-spin: Fix race condition on native Windows. diff --git a/lib/clean-temp.h b/lib/clean-temp.h index 1d43844503..696f471d3d 100644 --- a/lib/clean-temp.h +++ b/lib/clean-temp.h @@ -57,7 +57,7 @@ extern "C" { is done entirely automatically by the functions of this module. Limitations: Files or directories can still be left over if - - the program is dies from a fatal signal such as SIGQUIT, SIGKILL, or + - the program dies from a fatal signal such as SIGQUIT, SIGKILL, or SIGABRT, SIGSEGV, SIGBUS, SIGILL, SIGFPE, or - in a multithreaded program, the fatal signal handler is already running while another thread of the program creates a new temporary directory