summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-04-03 12:55:23 +0000
committerBruce Momjian2007-04-03 12:55:23 +0000
commit880f2bbe30ab9aa84eecfd6094e719d9daf66d41 (patch)
treefc9b1058292df978944763de47cf47094d21f4a6
parente219fbcad81a056907144a7ca6451c8d04031cb3 (diff)
Update comment for new thread_test location.
-rw-r--r--src/port/thread.c2
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.
*/