summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-04 17:18:21 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-04 17:18:21 +0000
commitfe0ce34c66453f87c7714a6458cffea456f24c5b (patch)
treefb4cbdb5fa122d61c9c62561e1e8aa4976e3428a /TAO/tao/NVList.cpp
parent01258e72d4ef3bb0ad93b576607c16335331b49c (diff)
downloadATCD-fe0ce34c66453f87c7714a6458cffea456f24c5b.tar.gz
ChangeLogTag: Fri May 4 12:08:55 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/NVList.cpp')
-rw-r--r--TAO/tao/NVList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/NVList.cpp b/TAO/tao/NVList.cpp
index 6d1891a2664..3a5855ac536 100644
--- a/TAO/tao/NVList.cpp
+++ b/TAO/tao/NVList.cpp
@@ -353,7 +353,7 @@ CORBA_NVList::_tao_encode (TAO_OutputCDR &cdr,
// The list is already evaluated, we cannot optimize the copies, go
// ahead with the slow way to do things.
- // Then unmarshal each "in" and "inout" parameter.
+ // Then marshal each "in" and "inout" parameter.
ACE_Unbounded_Queue_Iterator<CORBA::NamedValue_ptr> i (this->values_);
for (i.first (); !i.done (); i.advance ())