[PATCH] Fix typos in pqsignal.c comment

Ewan Young <kdbase.hack@gmail.com>

From: kdbase <kdbase.hack@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2026-05-29T06:01:21Z
Lists: pgsql-hackers

Attachments

  Hi hackers,

  The attached patch fixes two typos in a comment in src/port/pqsignal.c:
    - "this though wrapper handler" -> "this through wrapper handler"
    - "as it it needs to take"      -> "as it needs to take"

  Comment-only change; no behavior change.

  Regards,
  Ewan Young