aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteSearchCycle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/rewrite/rewriteSearchCycle.c')
-rw-r--r--src/backend/rewrite/rewriteSearchCycle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/rewrite/rewriteSearchCycle.c b/src/backend/rewrite/rewriteSearchCycle.c
index 1a7d66fa6f9..2d0ac378a81 100644
--- a/src/backend/rewrite/rewriteSearchCycle.c
+++ b/src/backend/rewrite/rewriteSearchCycle.c
@@ -59,7 +59,7 @@
* SQL standard actually does it in that more complicated way), but the
* internal representation allows us to construct it this way.)
*
- * With a search caluse
+ * With a search clause
*
* SEARCH DEPTH FIRST BY col1, col2 SET sqc
*