Fix a few minor mistakes in header comments. From Qingqing Zhou.
authorNeil Conway <[email protected]>
Mon, 16 May 2005 05:52:13 +0000 (05:52 +0000)
committerNeil Conway <[email protected]>
Mon, 16 May 2005 05:52:13 +0000 (05:52 +0000)
src/port/getrusage.c
src/port/gettimeofday.c

index a5f5eb043dfa534673c7c90794b68c5b0a4ce52c..9819c3b866c91496a22a998a8991f0dd1938a806 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
- * 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
index e6eec4f710e33777a0953fb7974bed70aeacdc87..d84b898359cfeb54b30d67c87379a1b323245a66 100644 (file)
@@ -1,4 +1,7 @@
 /*
+ * gettimeofday.c
+ *       Win32 gettimeofday() replacement
+ *
  * $PostgreSQL$
  *
  * Copyright (c) 2003 SRA, Inc.