Fix mistakes in comment headers
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 3 Nov 2008 15:10:17 +0000 (15:10 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 3 Nov 2008 15:10:17 +0000 (15:10 +0000)
src/backend/access/transam/xlogutils.c

index 38b819da1f1ce4a368723cffdba6e61f49f88042..c6be23b031f779421fb2b8bb3769adde18326983 100644 (file)
@@ -201,7 +201,7 @@ XLogCheckInvalidPages(void)
 }
 
 /*
- * XLogReadBufferExtended
+ * XLogReadBuffer
  *             A shorthand of XLogReadBufferExtended(), for reading from the main
  *             fork.
  *
@@ -216,7 +216,7 @@ XLogReadBuffer(RelFileNode rnode, BlockNumber blkno, bool init)
 }
 
 /*
- * XLogReadBuffer
+ * XLogReadBufferExtended
  *             Read a page during XLOG replay
  *
  * This is functionally comparable to ReadBuffer followed by