Update comment for new thread_test location.
authorBruce Momjian <bruce@momjian.us>
Tue, 3 Apr 2007 12:55:23 +0000 (12:55 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 3 Apr 2007 12:55:23 +0000 (12:55 +0000)
src/port/thread.c

index 45e43cba0abbf480c9a96e59e47b7a8bad15aa30..331ab9387b86f895ad0bed01f637f3e84e5e77be 100644 (file)
@@ -55,7 +55,7 @@
  *
  *     One thread-safe solution for gethostbyname() might be to use getaddrinfo().
  *
- *     Run src/tools/thread to see if your operating system has thread-safe
+ *     Run src/test/thread to test if your operating system has thread-safe
  *     non-*_r functions.
  */