Fix typo.

Amit Kapila
This commit is contained in:
Robert Haas 2016-02-05 07:56:59 -05:00
parent 6819514fca
commit 78bea62ab0
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@ extern void InitLWLockAccess(void);
/*
* Extensions (or core code) can obtain an LWLocks by calling
* RequestNamedLWLockTranche() during postmaster startup. Subsequently,
* call GetNamedLWLockTranche() and to obtain a pointer to an array
* containing the number of LWLocks requested.
* call GetNamedLWLockTranche() to obtain a pointer to an array containing
* the number of LWLocks requested.
*/
extern void RequestNamedLWLockTranche(const char *tranche_name, int num_lwlocks);
extern LWLockPadded *GetNamedLWLockTranche(const char *tranche_name);