]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Improve comment wording.
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 12 Sep 2025 07:27:08 +0000 (09:27 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Fri, 12 Sep 2025 07:27:08 +0000 (09:27 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/pdnsutil.cc

index 7b7988515ac5beadf1d53b8289caeea6bef83f44..7060cc1855f6d75f99bc1de68d810754b010d6b4 100644 (file)
@@ -1853,7 +1853,7 @@ static bool spawnEditor(const std::string& editor, std::string_view tmpfile, int
   sigset_t mask;
   sigset_t omask;
 
-  // Ignore INT, QUIT and CHLD signals while the editor process runs
+  // Block INT, QUIT and CHLD signals while the editor process runs
   sigemptyset(&mask);
   sigaddset(&mask, SIGCHLD);
   sigaddset(&mask, SIGINT);