1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix a few minor mistakes in header comments. From Qingqing Zhou.

This commit is contained in:
Neil Conway
2005-05-16 05:52:13 +00:00
parent e336635c5b
commit 3994ffb479
2 changed files with 7 additions and 4 deletions

View File

@ -1,14 +1,14 @@
/*-------------------------------------------------------------------------
*
* getusage.c
* 64-bit versions of fseeko/ftello()
* getrusage.c
* get information about resource utilisation
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/getrusage.c,v 1.8 2004/12/31 22:03:53 pgsql Exp $
* $PostgreSQL: pgsql/src/port/getrusage.c,v 1.9 2005/05/16 05:52:13 neilc Exp $
*
*-------------------------------------------------------------------------
*/