Fix typo.
authorRobert Haas <rhaas@postgresql.org>
Fri, 5 Feb 2016 12:56:59 +0000 (07:56 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 5 Feb 2016 12:56:59 +0000 (07:56 -0500)
Amit Kapila

src/include/storage/lwlock.h

index b2bdbbaf1b9d40c0014b756b472e844104b6567d..2bbe1b61ae65044b5f1d48c96097d75096589a18 100644 (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);