Commit 3994ffb4 authored by Neil Conway's avatar Neil Conway

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

parent e336635c
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* *
* getusage.c * getrusage.c
* 64-bit versions of fseeko/ftello() * get information about resource utilisation
* *
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *
* IDENTIFICATION * 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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
/* /*
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.5 2004/06/24 18:53:48 tgl Exp $ * gettimeofday.c
* Win32 gettimeofday() replacement
*
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.6 2005/05/16 05:52:13 neilc Exp $
* *
* Copyright (c) 2003 SRA, Inc. * Copyright (c) 2003 SRA, Inc.
* Copyright (c) 2003 SKC, Inc. * Copyright (c) 2003 SKC, Inc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment