]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 25 Apr 2013 11:03:10 +0000 (14:03 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 25 Apr 2013 11:09:07 +0000 (14:09 +0300)
Peter Geoghegan

src/backend/storage/lmgr/lock.c

index 2c1c6524897dc207bcfc0156de0542332f79845e..f73c4ef5a56c3fb19f099a488455d9e28a43e04f 100644 (file)
@@ -3772,7 +3772,7 @@ lock_twophase_recover(TransactionId xid, uint16 info,
 
 /*
  * Re-acquire a lock belonging to a transaction that was prepared, when
- * when starting up into hot standby mode.
+ * starting up into hot standby mode.
  */
 void
 lock_twophase_standby_recover(TransactionId xid, uint16 info,