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

Commit 3994ffb

Browse files
author
Neil Conway
committed
Fix a few minor mistakes in header comments. From Qingqing Zhou.
1 parent e336635 commit 3994ffb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/port/getrusage.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* getusage.c
4-
* 64-bit versions of fseeko/ftello()
3+
* getrusage.c
4+
* get information about resource utilisation
55
*
66
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/port/getrusage.c,v 1.8 2004/12/31 22:03:53 pgsql Exp $
11+
* $PostgreSQL: pgsql/src/port/getrusage.c,v 1.9 2005/05/16 05:52:13 neilc Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/port/gettimeofday.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/*
2-
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.5 2004/06/24 18:53:48 tgl Exp $
2+
* gettimeofday.c
3+
* Win32 gettimeofday() replacement
4+
*
5+
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.6 2005/05/16 05:52:13 neilc Exp $
36
*
47
* Copyright (c) 2003 SRA, Inc.
58
* Copyright (c) 2003 SKC, Inc.

0 commit comments

Comments
 (0)