diff options
author | Bruce Momjian | 2003-08-08 03:09:56 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-08-08 03:09:56 +0000 |
commit | 71b9be4d562d02f59ef54e5e212a884a67f50d13 (patch) | |
tree | 32c3522a4bee961ac10f8c396cd9332a58295e4b | |
parent | 86b07104ddaac11c2a9707d5fb986935512673cc (diff) |
Typo cleanup.
-rw-r--r-- | src/port/thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/thread.c b/src/port/thread.c index 8eb5bf5482b..d4c3909e594 100644 --- a/src/port/thread.c +++ b/src/port/thread.c @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * threads.c + * thread.c * * Prototypes and macros around system calls, used to help make * threaded libraries reentrant and safe to use from threaded applications. * * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * - * $Id: thread.c,v 1.1 2003/08/08 02:46:40 momjian Exp $ + * $Id: thread.c,v 1.2 2003/08/08 03:09:56 momjian Exp $ * *------------------------------------------------------------------------- */ |