diff options
author | Bruce Momjian | 2007-04-03 12:55:23 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-04-03 12:55:23 +0000 |
commit | 880f2bbe30ab9aa84eecfd6094e719d9daf66d41 (patch) | |
tree | fc9b1058292df978944763de47cf47094d21f4a6 | |
parent | e219fbcad81a056907144a7ca6451c8d04031cb3 (diff) |
Update comment for new thread_test location.
-rw-r--r-- | src/port/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/thread.c b/src/port/thread.c index 45e43cba0a..331ab9387b 100644 --- a/src/port/thread.c +++ b/src/port/thread.c @@ -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. */ |