From: Neil Conway Date: Mon, 16 May 2005 05:52:13 +0000 (+0000) Subject: Fix a few minor mistakes in header comments. From Qingqing Zhou. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bd8401b238f43046f908ce8937f366d77320263b;p=users%2Fbernd%2Fpostgres.git Fix a few minor mistakes in header comments. From Qingqing Zhou. --- diff --git a/src/port/getrusage.c b/src/port/getrusage.c index a5f5eb043d..9819c3b866 100644 --- a/src/port/getrusage.c +++ b/src/port/getrusage.c @@ -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 diff --git a/src/port/gettimeofday.c b/src/port/gettimeofday.c index e6eec4f710..d84b898359 100644 --- a/src/port/gettimeofday.c +++ b/src/port/gettimeofday.c @@ -1,4 +1,7 @@ /* + * gettimeofday.c + * Win32 gettimeofday() replacement + * * $PostgreSQL$ * * Copyright (c) 2003 SRA, Inc.