From: Yu Watanabe Date: Tue, 17 Feb 2026 16:01:11 +0000 (+0000) Subject: man: fix typo X-Git-Tag: v257.11~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68205f3040b9b98c08680b20ab7dfc84a00de36e;p=thirdparty%2Fsystemd.git man: fix typo (cherry picked from commit b11e07c60734f5e922a0216e7b0e088882711089) (cherry picked from commit db9eed52008e5e706a3596c732cfe0026985317f) (cherry picked from commit 36e4ae63c7dc2912212f19be0d555bceca57c4b4) --- diff --git a/man/sd_event_add_memory_pressure.xml b/man/sd_event_add_memory_pressure.xml index 6b24643f417..b112855f061 100644 --- a/man/sd_event_add_memory_pressure.xml +++ b/man/sd_event_add_memory_pressure.xml @@ -138,7 +138,7 @@ This event source typically fires on memory pressure stalls, i.e. when operational latency above a configured threshold already has been seen. This should be taken into consideration when discussing - whether later latency to re-aquire any released resources is acceptable: it is usually more important to + whether later latency to re-acquire any released resources is acceptable: it is usually more important to think of the latencies that already happened than those coming up in future. The sd_event_source_set_memory_pressure_type() and