summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-10-13 23:24:39 +0000
committerSteve Huston <shuston@riverace.com>1998-10-13 23:24:39 +0000
commitc409a4df1662ca69d291aa0c034dac59013ad142 (patch)
treebb549bb1a6dd64573b35adbc48e9bab2da3d9b19
parentab8e7850564cbd7327f178801855c3373c1728ba (diff)
downloadATCD-c409a4df1662ca69d291aa0c034dac59013ad142.tar.gz
One more trailing whitespace
-rw-r--r--ace/config-aix-4.2.x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h
index fa6cbc8e3ed..da4be30107e 100644
--- a/ace/config-aix-4.2.x.h
+++ b/ace/config-aix-4.2.x.h
@@ -151,7 +151,7 @@
// Threads related definitions.
//
// The threads on AIX are generally POSIX P1003.1c (ACE_HAS_PTHREADS).
-// However, there is also a kernel thread ID (tid_t) that is used in
+// However, there is also a kernel thread ID (tid_t) that is used in
// ACE_Log_Msg (printing the thread ID). The tid_t is not the same as
// pthread_t, and can't derive one from the other - thread_self() gets
// the tid_t (kernel thread ID) if called from a thread.