summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Generic_Sequence_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Generic_Sequence_T.h b/TAO/tao/Generic_Sequence_T.h
index 66536fd40a5..6e5b73afe4c 100644
--- a/TAO/tao/Generic_Sequence_T.h
+++ b/TAO/tao/Generic_Sequence_T.h
@@ -624,7 +624,7 @@ public:
}
private:
- /// the array with which we are dealing
+ /// the sequence with which we are dealing
generic_sequence<value_type, allocation_traits, element_traits> *sequence_;
/// Our current position in the sequence.