summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_err.h')
-rw-r--r--TAO/TAO_IDL/include/utl_err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/utl_err.h b/TAO/TAO_IDL/include/utl_err.h
index 2a2ef3c91f0..8378849cc88 100644
--- a/TAO/TAO_IDL/include/utl_err.h
+++ b/TAO/TAO_IDL/include/utl_err.h
@@ -147,7 +147,7 @@ public:
EIDL_MISMATCHED_T_PARAM, // Between defined & referenced template interfaces
EIDL_DUPLICATE_T_PARAM, // A template interface's param ids must be unique
EIDL_T_ARG_LENGTH, // Wrong # of template args
- EIDL_MISMATCHED_SEQ_PARAM, // 'sequence<T> must match a previous param
+ EIDL_MISMATCHED_SEQ_PARAM, // 'sequence<T>' must match a previous param
EIDL_OK // No error
};