From: Paul Eggert Date: Sat, 11 Apr 2026 20:29:07 +0000 (-0700) Subject: doc: fix typos in previous doc patch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd5952ee911ee891f4b8e095db8bddd37579014;p=thirdparty%2Fgnulib.git doc: fix typos in previous doc patch --- diff --git a/ChangeLog b/ChangeLog index dc67199a1e..3db1faa024 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ unlocked I/O. Change “multithread-safe” to “thread-safe”. Change “thread-safety” to “thread safety”. However, do not change “multithreaded” to “multi-threaded” even - though there are some uses of both spellinga, as there are a whole + though there are some uses of both spellings, as there are a whole bunch of uses of “multithreaded”, also in identifier names; perhaps Gnulib should even standardize on “multithreaded” (not “multi-threaded”), contra POSIX. diff --git a/lib/sigpipe-die.h b/lib/sigpipe-die.h index 964dae4320..c89b79ee39 100644 --- a/lib/sigpipe-die.h +++ b/lib/sigpipe-die.h @@ -58,7 +58,7 @@ extern "C" { /* Install a SIGPIPE handler that invokes PREPARE_DIE and then emits an error message and exits. PREPARE_DIE may be NULL, meaning a no-op. This function should be called only in single-threaded processes. - In a multithreaded process, this function is typically called early + In a multithreaded program, this function is typically called early in the main thread while the process is still single-threaded. */ extern void install_sigpipe_die_handler (void (*prepare_die) (void));