Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 79b5481

Browse files
committed
Fix two typos in comments, spotted by Fujii Masao and Thom Brown
1 parent 723d018 commit 79b5481

File tree

1 file changed

+3
-3
lines changed
  • src/backend/access/transam

1 file changed

+3
-3
lines changed

src/backend/access/transam/xlog.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.435 2010/09/15 10:35:05 heikki Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.436 2010/09/15 13:58:22 heikki Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -5824,7 +5824,7 @@ StartupXLOG(void)
58245824
}
58255825

58265826
/*
5827-
* Take ownership of the wakup latch if we're going to sleep during
5827+
* Take ownership of the wakeup latch if we're going to sleep during
58285828
* recovery.
58295829
*/
58305830
if (StandbyMode)
@@ -6292,7 +6292,7 @@ StartupXLOG(void)
62926292

62936293
/*
62946294
* We don't need the latch anymore. It's not strictly necessary to disown
6295-
* it, but let's do it for the sake of tidyness.
6295+
* it, but let's do it for the sake of tidiness.
62966296
*/
62976297
if (StandbyMode)
62986298
DisownLatch(&XLogCtl->recoveryWakeupLatch);

0 commit comments

Comments
 (0)