]> granicus.if.org Git - postgresql/commitdiff
Fix a few minor mistakes in header comments. From Qingqing Zhou.
authorNeil Conway <neilc@samurai.com>
Mon, 16 May 2005 05:52:13 +0000 (05:52 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 16 May 2005 05:52:13 +0000 (05:52 +0000)
src/port/getrusage.c
src/port/gettimeofday.c

index cdb54c03d4ea5c2bf63cb3ee4fd4a6aead2c7c18..da8fd56b6a1be6e9d20d29ceba8df1765ef05ad1 100644 (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 $
  *
  *-------------------------------------------------------------------------
  */
index 3b6871c304712669de053c4102b546ebcbb373bd..a617eae65a7ea6e018638b194e87460787b8d907 100644 (file)
@@ -1,5 +1,8 @@
 /*
- * $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 SKC, Inc.