]> granicus.if.org Git - postgresql/commitdiff
Typo cleanup.
authorBruce Momjian <bruce@momjian.us>
Fri, 8 Aug 2003 03:09:56 +0000 (03:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 8 Aug 2003 03:09:56 +0000 (03:09 +0000)
src/port/thread.c

index 8eb5bf5482bd8f4e243d67b36b068f76ac2f5c19..d4c3909e59447d89ca4351ea11f5138689e48697 100644 (file)
@@ -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 $
  *
  *-------------------------------------------------------------------------
  */