summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2005-09-26 23:44:56 +0000
committerMichi Henning <michi@zeroc.com>2005-09-26 23:44:56 +0000
commitec678a78467afe38e417a75e4f10bd8493632824 (patch)
tree40c0983f1263c8086b7d221158c9fe8e5c9756e1 /cpp/src/Ice/BasicStream.cpp
parentDisable code with ifdef (diff)
downloadice-ec678a78467afe38e417a75e4f10bd8493632824.tar.bz2
ice-ec678a78467afe38e417a75e4f10bd8493632824.tar.xz
ice-ec678a78467afe38e417a75e4f10bd8493632824.zip
Fixed typo in comment.
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r--cpp/src/Ice/BasicStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp
index b3b7e03b80b..67cb13aa318 100644
--- a/cpp/src/Ice/BasicStream.cpp
+++ b/cpp/src/Ice/BasicStream.cpp
@@ -1832,7 +1832,7 @@ IceInternal::BasicStream::patchPointers(Int index, IndexToPtrMap::const_iterator
//
// Called whenever we have unmarshaled a new instance. The index
// is the index of the instance. UnmarshaledPos denotes the
- // instance just unmarshaled and patchPost denotes the patch map
+ // instance just unmarshaled and patchPos denotes the patch map
// entry for the index just unmarshaled. (Exactly one of these two
// iterators must be end().) Patch any pointers in the patch map
// with the new address.