aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-03-29 15:18:53 -0400
committerBruce Momjian <bruce@momjian.us>2018-03-29 15:18:53 -0400
commit20b4323bd107920a3c3e60452442e8e2cee302d2 (patch)
treef1536ef784d5432263fb8b537ada80c35c408318 /src/backend/executor
parent3282c4c136e4e5ad22d57dbe7a98fbac2962500a (diff)
downloadpostgresql-20b4323bd107920a3c3e60452442e8e2cee302d2.tar.gz
postgresql-20b4323bd107920a3c3e60452442e8e2cee302d2.zip
C comments: "a" <--> "an" corrections
Reported-by: Michael Paquier, Abhijit Menon-Sen Discussion: https://postgr.es/m/20180305045854.GB2266@paquier.xyz Author: Michael Paquier, Abhijit Menon-Sen, me
Diffstat (limited to 'src/backend/executor')
-rw-r--r--src/backend/executor/instrument.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/instrument.c b/src/backend/executor/instrument.c
index a2d9381ba1a..86252cee1f3 100644
--- a/src/backend/executor/instrument.c
+++ b/src/backend/executor/instrument.c
@@ -49,7 +49,7 @@ InstrAlloc(int n, int instrument_options)
return instr;
}
-/* Initialize an pre-allocated instrumentation structure. */
+/* Initialize a pre-allocated instrumentation structure. */
void
InstrInit(Instrumentation *instr, int instrument_options)
{