aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2015-04-26 18:42:31 +0200
committerAndres Freund <andres@anarazel.de>2015-04-26 18:42:31 +0200
commit6aab1f45acaa4cf90e62357ebdf5e6a38829204e (patch)
treeded75b929485ab4331a292150b0823ed2d825fb1 /src/backend/commands/indexcmds.c
parent9fe1d9ac6820cff354a5402114b96dae1221eba3 (diff)
downloadpostgresql-6aab1f45acaa4cf90e62357ebdf5e6a38829204e.tar.gz
postgresql-6aab1f45acaa4cf90e62357ebdf5e6a38829204e.zip
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
Diffstat (limited to 'src/backend/commands/indexcmds.c')
-rw-r--r--src/backend/commands/indexcmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c
index 99acd4a6a2c..351d48ece62 100644
--- a/src/backend/commands/indexcmds.c
+++ b/src/backend/commands/indexcmds.c
@@ -1051,7 +1051,7 @@ ComputeIndexAttrs(IndexInfo *indexInfo,
*/
/*
- * A expression using mutable functions is probably wrong,
+ * An expression using mutable functions is probably wrong,
* since if you aren't going to get the same result for the
* same data every time, it's not clear what the index entries
* mean at all.