summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Block.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-11-16 11:28:02 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-11-16 11:28:02 +0100
commitac1259a122c71dbc1a34fc06bf9289ffe5288d66 (patch)
tree57538852e5ab9d9279538e62aa716aad0ecbbf00 /ACE/ace/Message_Block.h
parentb0d2c3ec0e1c844aa6f6a1a13dc8859efcbe3879 (diff)
downloadATCD-ac1259a122c71dbc1a34fc06bf9289ffe5288d66.tar.gz
Fixed typo in comment
* ACE/ace/Message_Block.h:
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 1a742d088e6..fc6c0cd42bd 100644
--- a/ACE/ace/Message_Block.h
+++ b/ACE/ace/Message_Block.h
@@ -715,7 +715,7 @@ public:
*/
char *mark (void) const;
- // = Message size is the total amount of space allotred.
+ // = Message size is the total amount of space allocated.
/// Get the total amount of allotted space in the message. The amount of
/// allotted space may be less than allocated space.