diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-11-30 19:05:30 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-11-30 19:05:30 +0100 |
commit | 24844e3c32a35117c36edf541035ea14aa2bac7b (patch) | |
tree | 19acf7d38d32f283b148385f3602d6c70d22cf1a /TAO | |
parent | 717e61f0760764b4e63a0dadbc0d635480cc859d (diff) | |
download | ATCD-24844e3c32a35117c36edf541035ea14aa2bac7b.tar.gz |
Fixed typo
* ACE/ace/README:
* TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp:
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 << " "; |