Fix typo
authorJohn Naylor <john.naylor@postgresql.org>
Sat, 14 Dec 2024 02:52:08 +0000 (09:52 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Sat, 14 Dec 2024 02:52:08 +0000 (09:52 +0700)
Ryo Kanbayashi

Discussion: https://postgr.es/m/CANOn0ExEQiPVrzkjULkENVac_n4Lknm6dxsU69MSncQap0kJVA%40mail.gmail.com

src/backend/optimizer/util/restrictinfo.c

index 9e1458401c26db72e637d49cf59deb83c2d395d4..ca3e764c2015fbdd05eaddb1992f8f337c4f8e3e 100644 (file)
@@ -96,7 +96,7 @@ make_restrictinfo(PlannerInfo *root,
  * make_plain_restrictinfo
  *
  * Common code for the main entry points and the recursive cases.  Also,
- * useful while contrucitng RestrictInfos above OR clause, which already has
+ * useful while constructing RestrictInfos above OR clause, which already has
  * RestrictInfos above its subclauses.
  */
 RestrictInfo *