summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhoffert <jhoffert@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-01-09 21:00:46 +0000
committerjhoffert <jhoffert@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-01-09 21:00:46 +0000
commit18bed7b84b487634a83501fe9c03382687db202b (patch)
tree0ac8e3807407fe1c7103535954f8784b4bafb959
parent39e9ef207276cc3c7073fa212ba184b62afe573f (diff)
downloadATCD-18bed7b84b487634a83501fe9c03382687db202b.tar.gz
Grammar change in comment
-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.