aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_target.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-03-15 18:06:11 -0400
committerRobert Haas <rhaas@postgresql.org>2016-03-15 18:06:11 -0400
commit3aff33aa687e47d52f453892498b30ac98a296af (patch)
tree61560211d409fd97c6ee8e718fe01c9f5db717c6 /src/backend/parser/parse_target.c
parentfd658dbb300456b393536802d1145a9cea7b25d6 (diff)
downloadpostgresql-3aff33aa687e47d52f453892498b30ac98a296af.tar.gz
postgresql-3aff33aa687e47d52f453892498b30ac98a296af.zip
Fix typos.
Oskari Saarenmaa
Diffstat (limited to 'src/backend/parser/parse_target.c')
-rw-r--r--src/backend/parser/parse_target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/parse_target.c b/src/backend/parser/parse_target.c
index ec08e1e118e..fc93063ed0b 100644
--- a/src/backend/parser/parse_target.c
+++ b/src/backend/parser/parse_target.c
@@ -115,7 +115,7 @@ transformTargetEntry(ParseState *pstate,
*
* This code acts mostly the same for SELECT, UPDATE, or RETURNING lists;
* the main thing is to transform the given expressions (the "val" fields).
- * The exprKind parameter distinguishes these cases when necesssary.
+ * The exprKind parameter distinguishes these cases when necessary.
*/
List *
transformTargetList(ParseState *pstate, List *targetlist,