mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user