summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-12 18:11:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-12 18:11:05 +0000
commit9cf5a86522bd7d638fd5273bfb25999963c0b0ec (patch)
treec2f8e47bab57da6bff9088e6048ed6e40ed56582
parentbd782723857641c883c0eeb01987b9de1143afc0 (diff)
downloadATCD-9cf5a86522bd7d638fd5273bfb25999963c0b0ec.tar.gz
fixed comment after #endif to match its #ifdef.
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index fd4c1418132..8b9537bffb0 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -6549,7 +6549,7 @@ extern "C" ACE_Export void ace_mutex_lock_cleanup_adapter (void *args);
# define ACE_MAIN_OBJECT_MANAGER \
ACE_OS_Object_Manager ace_os_object_manager; \
ACE_Object_Manager ace_object_manager;
-# endif /* ! ACE_HAS_MINIMAL_ACE_OS */
+# endif /* ! ACE_MAIN_OBJECT_MANAGER */
# if defined (ACE_PSOSIM)
// PSOSIM root lacks the standard argc, argv command line parameters,