summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-13 10:43:30 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-13 10:43:30 +0000
commit9f6b2cfc9bbb30cdd801b9870496231319701ba4 (patch)
tree5354119208521f7812c0860a83b5c8463f9dc0b2
parentf1229b64c0300e9380c0d7a0d14df39062edbc99 (diff)
downloadATCD-9f6b2cfc9bbb30cdd801b9870496231319701ba4.tar.gz
ChangeLogTag: Thu Jul 13 10:35:39 UTC 2006 Olli Savia <ops@iki.fi>
-rw-r--r--ChangeLog47
-rw-r--r--ace/Base_Thread_Adapter.cpp2
-rw-r--r--ace/Cleanup.cpp2
-rw-r--r--ace/OS.cpp2
-rw-r--r--ace/OS_Errno.cpp2
-rw-r--r--ace/OS_Log_Msg_Attributes.cpp2
-rw-r--r--ace/OS_NS_Thread.cpp2
-rw-r--r--ace/OS_NS_arpa_inet.cpp2
-rw-r--r--ace/OS_NS_ctype.cpp2
-rw-r--r--ace/OS_NS_dirent.cpp2
-rw-r--r--ace/OS_NS_dlfcn.cpp2
-rw-r--r--ace/OS_NS_errno.cpp2
-rw-r--r--ace/OS_NS_fcntl.cpp2
-rw-r--r--ace/OS_NS_math.cpp2
-rw-r--r--ace/OS_NS_netdb.cpp2
-rw-r--r--ace/OS_NS_poll.cpp2
-rw-r--r--ace/OS_NS_pwd.cpp2
-rw-r--r--ace/OS_NS_regex.cpp2
-rw-r--r--ace/OS_NS_signal.cpp2
-rw-r--r--ace/OS_NS_stdio.cpp2
-rw-r--r--ace/OS_NS_stdlib.cpp2
-rw-r--r--ace/OS_NS_string.cpp2
-rw-r--r--ace/OS_NS_strings.cpp2
-rw-r--r--ace/OS_NS_stropts.cpp2
-rw-r--r--ace/OS_NS_sys_mman.cpp2
-rw-r--r--ace/OS_NS_sys_msg.cpp2
-rw-r--r--ace/OS_NS_sys_resource.cpp2
-rw-r--r--ace/OS_NS_sys_select.cpp2
-rw-r--r--ace/OS_NS_sys_sendfile.cpp2
-rw-r--r--ace/OS_NS_sys_shm.cpp2
-rw-r--r--ace/OS_NS_sys_socket.cpp2
-rw-r--r--ace/OS_NS_sys_stat.cpp2
-rw-r--r--ace/OS_NS_sys_time.cpp2
-rw-r--r--ace/OS_NS_sys_uio.cpp2
-rw-r--r--ace/OS_NS_sys_wait.cpp2
-rw-r--r--ace/OS_NS_time.cpp2
-rw-r--r--ace/OS_NS_unistd.cpp2
-rw-r--r--ace/OS_NS_wchar.cpp2
-rw-r--r--ace/OS_TLI.cpp2
-rw-r--r--ace/Thread_Adapter.cpp2
-rw-r--r--ace/Thread_Control.cpp2
-rw-r--r--apps/JAWS2/HTTPU/parse_http_request.cpp2
-rw-r--r--apps/JAWS2/HTTPU/parse_http_response.cpp2
43 files changed, 89 insertions, 42 deletions
diff --git a/ChangeLog b/ChangeLog
index 491056aa23c..49463df2982 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+Thu Jul 13 10:35:39 UTC 2006 Olli Savia <ops@iki.fi>
+
+ * ace/Base_Thread_Adapter.cpp:
+ * ace/Cleanup.cpp:
+ * ace/OS.cpp:
+ * ace/OS_Errno.cpp:
+ * ace/OS_Log_Msg_Attributes.cpp:
+ * ace/OS_NS_Thread.cpp:
+ * ace/OS_NS_arpa_inet.cpp:
+ * ace/OS_NS_ctype.cpp:
+ * ace/OS_NS_dirent.cpp:
+ * ace/OS_NS_dlfcn.cpp:
+ * ace/OS_NS_errno.cpp:
+ * ace/OS_NS_fcntl.cpp:
+ * ace/OS_NS_math.cpp:
+ * ace/OS_NS_netdb.cpp:
+ * ace/OS_NS_poll.cpp:
+ * ace/OS_NS_pwd.cpp:
+ * ace/OS_NS_regex.cpp:
+ * ace/OS_NS_signal.cpp:
+ * ace/OS_NS_stdio.cpp:
+ * ace/OS_NS_stdlib.cpp:
+ * ace/OS_NS_string.cpp:
+ * ace/OS_NS_strings.cpp:
+ * ace/OS_NS_stropts.cpp:
+ * ace/OS_NS_sys_mman.cpp:
+ * ace/OS_NS_sys_msg.cpp:
+ * ace/OS_NS_sys_resource.cpp:
+ * ace/OS_NS_sys_select.cpp:
+ * ace/OS_NS_sys_sendfile.cpp:
+ * ace/OS_NS_sys_shm.cpp:
+ * ace/OS_NS_sys_socket.cpp:
+ * ace/OS_NS_sys_stat.cpp:
+ * ace/OS_NS_sys_time.cpp:
+ * ace/OS_NS_sys_uio.cpp:
+ * ace/OS_NS_sys_wait.cpp:
+ * ace/OS_NS_time.cpp:
+ * ace/OS_NS_unistd.cpp:
+ * ace/OS_NS_wchar.cpp:
+ * ace/OS_TLI.cpp:
+ * ace/Thread_Adapter.cpp:
+ * ace/Thread_Control.cpp:
+ * apps/JAWS2/HTTPU/parse_http_request.cpp:
+ * apps/JAWS2/HTTPU/parse_http_response.cpp:
+
+ Fixed typo in comment.
+
Thu Jul 13 09:51:33 UTC 2006 Olli Savia <ops@iki.fi>
* configure.ac:
diff --git a/ace/Base_Thread_Adapter.cpp b/ace/Base_Thread_Adapter.cpp
index def90e50cf0..2ba31a4328e 100644
--- a/ace/Base_Thread_Adapter.cpp
+++ b/ace/Base_Thread_Adapter.cpp
@@ -8,7 +8,7 @@ ACE_RCSID (ace,
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/Base_Thread_Adapter.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#if defined (ACE_HAS_TSS_EMULATION)
# include "ace/OS_NS_Thread.h"
diff --git a/ace/Cleanup.cpp b/ace/Cleanup.cpp
index a2b67825e72..a6fc5de6a78 100644
--- a/ace/Cleanup.cpp
+++ b/ace/Cleanup.cpp
@@ -8,7 +8,7 @@ ACE_RCSID (ace,
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/Cleanup.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#include "ace/OS_Memory.h"
diff --git a/ace/OS.cpp b/ace/OS.cpp
index d90d4db5a8a..a1ea80d7307 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -11,7 +11,7 @@
// we can always link against the OS symbols?
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
ACE_RCSID(ace, OS, "$Id$")
diff --git a/ace/OS_Errno.cpp b/ace/OS_Errno.cpp
index 8170ef82466..25266ae5c55 100644
--- a/ace/OS_Errno.cpp
+++ b/ace/OS_Errno.cpp
@@ -14,7 +14,7 @@ ACE_RCSID(ace, OS_Errno, "$Id$")
# endif /* ACE_INLINE */
# define ACE_INLINE
# include "ace/OS_Errno.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#if defined (ACE_HAS_WINCE_BROKEN_ERRNO)
diff --git a/ace/OS_Log_Msg_Attributes.cpp b/ace/OS_Log_Msg_Attributes.cpp
index 1e0db5e1ab8..589782735e2 100644
--- a/ace/OS_Log_Msg_Attributes.cpp
+++ b/ace/OS_Log_Msg_Attributes.cpp
@@ -4,6 +4,6 @@
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_Log_Msg_Attributes.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
ACE_RCSID(ace, OS_Log_Msg_Attributes, "$Id$")
diff --git a/ace/OS_NS_Thread.cpp b/ace/OS_NS_Thread.cpp
index c27f6bf90f5..1d7dd0972f1 100644
--- a/ace/OS_NS_Thread.cpp
+++ b/ace/OS_NS_Thread.cpp
@@ -6,7 +6,7 @@ ACE_RCSID (ace,
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_Thread.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#include "ace/OS_NS_stdio.h"
#include "ace/Sched_Params.h"
diff --git a/ace/OS_NS_arpa_inet.cpp b/ace/OS_NS_arpa_inet.cpp
index 128c3af33b4..915cff5fbbb 100644
--- a/ace/OS_NS_arpa_inet.cpp
+++ b/ace/OS_NS_arpa_inet.cpp
@@ -7,7 +7,7 @@ ACE_RCSID(ace, OS_NS_arpa_inet, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_arpa_inet.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
diff --git a/ace/OS_NS_ctype.cpp b/ace/OS_NS_ctype.cpp
index 6672e6e7460..6fd300d4672 100644
--- a/ace/OS_NS_ctype.cpp
+++ b/ace/OS_NS_ctype.cpp
@@ -7,5 +7,5 @@ ACE_RCSID(ace, OS_NS_ctype, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_ctype.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_dirent.cpp b/ace/OS_NS_dirent.cpp
index da384f83a76..0d708ca9b74 100644
--- a/ace/OS_NS_dirent.cpp
+++ b/ace/OS_NS_dirent.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_dirent, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_dirent.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#include "ace/OS_NS_errno.h"
#include "ace/OS_NS_string.h"
diff --git a/ace/OS_NS_dlfcn.cpp b/ace/OS_NS_dlfcn.cpp
index 67cae58a1fe..1bf2b9c532e 100644
--- a/ace/OS_NS_dlfcn.cpp
+++ b/ace/OS_NS_dlfcn.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_dlfcn, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_dlfcn.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_errno.cpp b/ace/OS_NS_errno.cpp
index 27a0901f32a..f8f60c0565f 100644
--- a/ace/OS_NS_errno.cpp
+++ b/ace/OS_NS_errno.cpp
@@ -7,5 +7,5 @@ ACE_RCSID(ace, OS_NS_errno, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_errno.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_fcntl.cpp b/ace/OS_NS_fcntl.cpp
index bd3cbba647d..77cf0bd894b 100644
--- a/ace/OS_NS_fcntl.cpp
+++ b/ace/OS_NS_fcntl.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_fcntl, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_fcntl.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_Thread.h"
diff --git a/ace/OS_NS_math.cpp b/ace/OS_NS_math.cpp
index 85e2e92c034..da5e748370e 100644
--- a/ace/OS_NS_math.cpp
+++ b/ace/OS_NS_math.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_math, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_math.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_netdb.cpp b/ace/OS_NS_netdb.cpp
index 23add1d1497..5d8c023f865 100644
--- a/ace/OS_NS_netdb.cpp
+++ b/ace/OS_NS_netdb.cpp
@@ -7,7 +7,7 @@ ACE_RCSID(ace, OS_NS_netdb, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_netdb.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#include "ace/os_include/net/os_if.h"
#include "ace/OS_NS_unistd.h"
diff --git a/ace/OS_NS_poll.cpp b/ace/OS_NS_poll.cpp
index 5ffdc327eb7..d95979f1216 100644
--- a/ace/OS_NS_poll.cpp
+++ b/ace/OS_NS_poll.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_poll, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_poll.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_pwd.cpp b/ace/OS_NS_pwd.cpp
index 7888142f39f..64d3100c94b 100644
--- a/ace/OS_NS_pwd.cpp
+++ b/ace/OS_NS_pwd.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_pwd, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_pwd.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_regex.cpp b/ace/OS_NS_regex.cpp
index dfefedf5231..7bf54e28655 100644
--- a/ace/OS_NS_regex.cpp
+++ b/ace/OS_NS_regex.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_regex, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_regex.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_signal.cpp b/ace/OS_NS_signal.cpp
index ab65f204095..9acf69c2e78 100644
--- a/ace/OS_NS_signal.cpp
+++ b/ace/OS_NS_signal.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_signal, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_signal.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#if !defined (ACE_HAS_SIGINFO_T)
siginfo_t::siginfo_t (ACE_HANDLE handle)
diff --git a/ace/OS_NS_stdio.cpp b/ace/OS_NS_stdio.cpp
index 130f7b2b852..bb463faa85e 100644
--- a/ace/OS_NS_stdio.cpp
+++ b/ace/OS_NS_stdio.cpp
@@ -10,7 +10,7 @@ ACE_RCSID (ace,
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_stdio.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
# if defined (ACE_WIN32)
diff --git a/ace/OS_NS_stdlib.cpp b/ace/OS_NS_stdlib.cpp
index cc260f3fe8d..cea2685a1a5 100644
--- a/ace/OS_NS_stdlib.cpp
+++ b/ace/OS_NS_stdlib.cpp
@@ -8,7 +8,7 @@ ACE_RCSID (ace,
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_stdlib.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#include "ace/OS_Memory.h"
diff --git a/ace/OS_NS_string.cpp b/ace/OS_NS_string.cpp
index 098bc3ceae0..6b76f98d5b9 100644
--- a/ace/OS_NS_string.cpp
+++ b/ace/OS_NS_string.cpp
@@ -10,7 +10,7 @@ ACE_RCSID (ace,
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_string.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#if defined (ACE_HAS_WCHAR)
# include "ace/OS_NS_stdlib.h"
diff --git a/ace/OS_NS_strings.cpp b/ace/OS_NS_strings.cpp
index 50c5630c9d2..e7f4c80c462 100644
--- a/ace/OS_NS_strings.cpp
+++ b/ace/OS_NS_strings.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_strings, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_strings.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#if defined (ACE_LACKS_STRCASECMP)
# include "ace/OS_NS_ctype.h"
diff --git a/ace/OS_NS_stropts.cpp b/ace/OS_NS_stropts.cpp
index f19056ec381..6c46b27a77c 100644
--- a/ace/OS_NS_stropts.cpp
+++ b/ace/OS_NS_stropts.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_stropts, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_stropts.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
diff --git a/ace/OS_NS_sys_mman.cpp b/ace/OS_NS_sys_mman.cpp
index 5b1f5712186..245f670fd27 100644
--- a/ace/OS_NS_sys_mman.cpp
+++ b/ace/OS_NS_sys_mman.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_sys_mman, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_mman.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_sys_msg.cpp b/ace/OS_NS_sys_msg.cpp
index 328f3ec6975..77d3caa7b17 100644
--- a/ace/OS_NS_sys_msg.cpp
+++ b/ace/OS_NS_sys_msg.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_sys_msg, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_msg.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_sys_resource.cpp b/ace/OS_NS_sys_resource.cpp
index 44a1e9584c0..7f50303e8e5 100644
--- a/ace/OS_NS_sys_resource.cpp
+++ b/ace/OS_NS_sys_resource.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_sys_resource, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_resource.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_sys_select.cpp b/ace/OS_NS_sys_select.cpp
index eafd1f2caae..fea3f79ee63 100644
--- a/ace/OS_NS_sys_select.cpp
+++ b/ace/OS_NS_sys_select.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_sys_select, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_select.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_sys_sendfile.cpp b/ace/OS_NS_sys_sendfile.cpp
index 07a34bed45f..9bd3537e54d 100644
--- a/ace/OS_NS_sys_sendfile.cpp
+++ b/ace/OS_NS_sys_sendfile.cpp
@@ -11,7 +11,7 @@
#ifndef ACE_HAS_INLINED_OSCALLS
# include "ace/OS_NS_sys_sendfile.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
diff --git a/ace/OS_NS_sys_shm.cpp b/ace/OS_NS_sys_shm.cpp
index 16b10605b82..82ac65e1b54 100644
--- a/ace/OS_NS_sys_shm.cpp
+++ b/ace/OS_NS_sys_shm.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_sys_shm, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_shm.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_sys_socket.cpp b/ace/OS_NS_sys_socket.cpp
index f0ff6acc5d7..0069053c5ce 100644
--- a/ace/OS_NS_sys_socket.cpp
+++ b/ace/OS_NS_sys_socket.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_sys_socket, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_socket.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
diff --git a/ace/OS_NS_sys_stat.cpp b/ace/OS_NS_sys_stat.cpp
index a372f414075..b5921cb86c8 100644
--- a/ace/OS_NS_sys_stat.cpp
+++ b/ace/OS_NS_sys_stat.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_sys_stat, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_stat.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_sys_time.cpp b/ace/OS_NS_sys_time.cpp
index be0a28d76b7..e04815edc36 100644
--- a/ace/OS_NS_sys_time.cpp
+++ b/ace/OS_NS_sys_time.cpp
@@ -6,5 +6,5 @@ ACE_RCSID(ace, OS_NS_sys_time, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_time.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_sys_uio.cpp b/ace/OS_NS_sys_uio.cpp
index 708ea5701a3..b87df5bc8b0 100644
--- a/ace/OS_NS_sys_uio.cpp
+++ b/ace/OS_NS_sys_uio.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_sys_uio, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_uio.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#include "ace/OS_Memory.h"
#include "ace/OS_NS_string.h"
diff --git a/ace/OS_NS_sys_wait.cpp b/ace/OS_NS_sys_wait.cpp
index 0e0e6abcbe1..2eacfc313ca 100644
--- a/ace/OS_NS_sys_wait.cpp
+++ b/ace/OS_NS_sys_wait.cpp
@@ -6,4 +6,4 @@ ACE_RCSID(ace, OS_NS_sys_wait, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_wait.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/OS_NS_time.cpp b/ace/OS_NS_time.cpp
index e9183e8b0b4..7fdcfe8c6f7 100644
--- a/ace/OS_NS_time.cpp
+++ b/ace/OS_NS_time.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_time, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_time.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#if defined (ACE_LACKS_STRPTIME)
# include "ace/os_include/os_ctype.h"
diff --git a/ace/OS_NS_unistd.cpp b/ace/OS_NS_unistd.cpp
index db26030145a..f1586aeb828 100644
--- a/ace/OS_NS_unistd.cpp
+++ b/ace/OS_NS_unistd.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_unistd, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_unistd.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#include "ace/Base_Thread_Adapter.h"
#include "ace/OS_NS_stdlib.h"
diff --git a/ace/OS_NS_wchar.cpp b/ace/OS_NS_wchar.cpp
index bc6fd7bae93..b6ef12f912c 100644
--- a/ace/OS_NS_wchar.cpp
+++ b/ace/OS_NS_wchar.cpp
@@ -6,7 +6,7 @@ ACE_RCSID(ace, OS_NS_wchar, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_wchar.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
#if defined (ACE_HAS_WCHAR)
# include "ace/OS_NS_ctype.h"
diff --git a/ace/OS_TLI.cpp b/ace/OS_TLI.cpp
index a2b7ada501c..45a0e239133 100644
--- a/ace/OS_TLI.cpp
+++ b/ace/OS_TLI.cpp
@@ -6,4 +6,4 @@ ACE_RCSID(ace, OS_TLI, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_TLI.inl"
-#endif /* !ACE_HAS_INLINED_OS_CALLS */
+#endif /* !ACE_HAS_INLINED_OSCALLS */
diff --git a/ace/Thread_Adapter.cpp b/ace/Thread_Adapter.cpp
index f13e1c70e64..d68dc6c8061 100644
--- a/ace/Thread_Adapter.cpp
+++ b/ace/Thread_Adapter.cpp
@@ -12,7 +12,7 @@ ACE_RCSID (ace,
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/Thread_Adapter.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
diff --git a/ace/Thread_Control.cpp b/ace/Thread_Control.cpp
index 5198fad391d..594aa4618cb 100644
--- a/ace/Thread_Control.cpp
+++ b/ace/Thread_Control.cpp
@@ -16,7 +16,7 @@ ACE_RCSID(ace, Thread_Control, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/Thread_Control.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
diff --git a/apps/JAWS2/HTTPU/parse_http_request.cpp b/apps/JAWS2/HTTPU/parse_http_request.cpp
index 6d897ff2dac..07146a095ac 100644
--- a/apps/JAWS2/HTTPU/parse_http_request.cpp
+++ b/apps/JAWS2/HTTPU/parse_http_request.cpp
@@ -113,4 +113,4 @@ Parse_HTTP_Request::init (const char *request)
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "HTTPU/parse_http_request.i"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */
diff --git a/apps/JAWS2/HTTPU/parse_http_response.cpp b/apps/JAWS2/HTTPU/parse_http_response.cpp
index f3a195d1935..ce7530bf694 100644
--- a/apps/JAWS2/HTTPU/parse_http_response.cpp
+++ b/apps/JAWS2/HTTPU/parse_http_response.cpp
@@ -71,4 +71,4 @@ Parse_HTTP_Response::init (const char *response)
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "HTTPU/parse_http_response.i"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
+#endif /* ACE_HAS_INLINED_OSCALLS */