From 24844e3c32a35117c36edf541035ea14aa2bac7b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 30 Nov 2020 19:05:30 +0100 Subject: Fixed typo * ACE/ace/README: * TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp: --- TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/TAO_IDL') 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 << " "; -- cgit v1.2.1