summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ace/README4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/README b/ACE/ace/README
index d13131e33c6..e975426f438 100644
--- a/ACE/ace/README
+++ b/ACE/ace/README
@@ -141,8 +141,8 @@ ACE_HAS_ALT_CUSERID Use ACE's alternate cuserid()
geteuid() system call exists.
ACE_HAS_DINKUM_STL Using the Dinkum STL library
ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE
- Non-C++ Complient compilers that automatically
- provide storeage for class static const int
+ Non-C++ Compliant compilers that automatically
+ provide storage for class static const int
when their declaration is seen. I.e. they object
to explicit definitions being seen in the .cpp
file.
diff --git a/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp b/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
index 403a16a9f7e..89f781e5174 100644
--- a/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
@@ -56,7 +56,7 @@ be_visitor_constant_cs::visit_constant (be_constant *node)
*os << be_nl_2;
if (be_global->gen_inline_constants () && !forbidden_in_class)
{
- // Some compilers (especially Microsoft) always define storeage
+ // Some compilers (especially Microsoft) always define storage
// when the initialiser is given, therefore the header has already
// done this (which is non-C++ complient by the way).
*os << "#ifndef ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE" << be_nl << " ";