diff options
author | Neil Conway | 2005-05-16 05:52:13 +0000 |
---|---|---|
committer | Neil Conway | 2005-05-16 05:52:13 +0000 |
commit | bd8401b238f43046f908ce8937f366d77320263b (patch) | |
tree | a3c06ae3e2c5a6bb17ef91fb782dd42ba8184e31 | |
parent | f56b9ef1f3727898c8d4e7371707e8dbf5702aae (diff) |
Fix a few minor mistakes in header comments. From Qingqing Zhou.
-rw-r--r-- | src/port/getrusage.c | 4 | ||||
-rw-r--r-- | src/port/gettimeofday.c | 3 |
2 files changed, 5 insertions, 2 deletions
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. |