Skip to content

Commit 1311667

Browse files
committed
Fix some typos.
1 parent d3e36da commit 1311667

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/backend/utils/mmgr/mcxt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
*
1616
* IDENTIFICATION
17-
* $PostgreSQL: pgsql/src/backend/utils/mmgr/mcxt.c,v 1.51 2004/09/16 20:17:33 tgl Exp $
17+
* $PostgreSQL: pgsql/src/backend/utils/mmgr/mcxt.c,v 1.52 2004/10/17 23:39:15 momjian Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/
@@ -683,4 +683,4 @@ pgport_pfree(void *pointer)
683683
pfree(pointer);
684684
}
685685

686-
#endif /* WIN32 */
686+
#endif

src/port/dirmod.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.28 2004/10/11 22:50:48 momjian Exp $
13+
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.29 2004/10/17 23:39:22 momjian Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -68,7 +68,7 @@ pgrename(const char *from, const char *to)
6868
{
6969
int loops = 0;
7070

71-
/* Is this looped even necessary? */
71+
/* Is this loop even necessary? */
7272
#if defined(WIN32) && !defined(__CYGWIN__)
7373
while (!MoveFileEx(from, to, MOVEFILE_REPLACE_EXISTING))
7474
#endif
@@ -114,7 +114,7 @@ pgunlink(const char *path)
114114
{
115115
int loops = 0;
116116

117-
/* Is this looped even necessary? */
117+
/* Is this loop even necessary? */
118118
while (unlink(path))
119119
{
120120
if (errno != EACCES)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy