summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Block.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-01-11 22:17:31 +0000
committerSteve Huston <shuston@riverace.com>2007-01-11 22:17:31 +0000
commit3eb798f1ecc5b5a11dd0b077d6896f1371e501bc (patch)
tree2f2265e1b87ac7c80cdd9b0ed592ffb046cbe8e8 /ACE/ace/Message_Block.h
parentbac33110244aa0170b0e7b9ee6563d22ea6a6ab7 (diff)
downloadATCD-3eb798f1ecc5b5a11dd0b077d6896f1371e501bc.tar.gz
ChangeLogTag:Thu Jan 11 21:42:47 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Message_Block.h')
-rw-r--r--ACE/ace/Message_Block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Message_Block.h b/ACE/ace/Message_Block.h
index 0c343b266fe..1588e16dd3a 100644
--- a/ACE/ace/Message_Block.h
+++ b/ACE/ace/Message_Block.h
@@ -395,7 +395,7 @@ public:
/// Normalizes data in the top-level <Message_Block> to align with the base,
/// i.e., it "shifts" the data pointed to by <rd_ptr> down to the <base> and
- /// then readjusts <rt_ptr> to point to <base> and <wr_ptr> to point
+ /// then readjusts <rd_ptr> to point to <base> and <wr_ptr> to point
/// to <base> + the length of the moved data. Returns -1 and does
/// nothing if the <rd_ptr> is > <wr_ptr>, else 0 on success.
int crunch (void);