summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/util/utl_err.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/util/utl_err.cpp')
-rw-r--r--modules/TAO/TAO_IDL/util/utl_err.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/TAO/TAO_IDL/util/utl_err.cpp b/modules/TAO/TAO_IDL/util/utl_err.cpp
index 9ef9e756557..343b32c0f56 100644
--- a/modules/TAO/TAO_IDL/util/utl_err.cpp
+++ b/modules/TAO/TAO_IDL/util/utl_err.cpp
@@ -224,7 +224,7 @@ error_string (UTL_Error::ErrorCode c)
case UTL_Error::EIDL_ILLEGAL_PRIMARY_KEY:
return "illegal primary key";
case UTL_Error::EIDL_MISMATCHED_T_PARAM:
- return "mismatched parameter in template reference or instantiation";
+ return "mismatched template parameter";
case UTL_Error::EIDL_DUPLICATE_T_PARAM:
return "duplicate template parameter id";
case UTL_Error::EIDL_T_ARG_LENGTH: