summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Record.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-04-16 12:30:39 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-04-16 12:30:39 +0200
commit62fcedd0c81e56d243e6689891b6a83de470a2d4 (patch)
tree71eb6f7516eccf4be9ee9e8b5f88531915ee5d62 /ACE/ace/Log_Record.h
parent8547bfe3ead4c0e789eb5ca6f624a90e0a529fc4 (diff)
downloadATCD-62fcedd0c81e56d243e6689891b6a83de470a2d4.tar.gz
Fixed typo in comment
* ACE/ace/Log_Record.h:
Diffstat (limited to 'ACE/ace/Log_Record.h')
-rw-r--r--ACE/ace/Log_Record.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Log_Record.h b/ACE/ace/Log_Record.h
index 4096dccf969..0cca3bfe113 100644
--- a/ACE/ace/Log_Record.h
+++ b/ACE/ace/Log_Record.h
@@ -149,7 +149,7 @@ public:
/// Set the message data of the record. If @a data is longer than the
/// current msg_data_ buffer, a new msg_data_ buffer is allocated to
- /// fit. If such a reallocation faisl, this method returns -1, else 0.
+ /// fit. If such a reallocation fails, this method returns -1, else 0.
int msg_data (const ACE_TCHAR *data);
/// Get the size of the message data of the Log_Record, including
@@ -170,7 +170,7 @@ private:
* Total length of the logging record in bytes. This field *must*
* come first in order for various IPC framing mechanisms to work
* correctly. In addition, the field must be an ACE_INT32 in order
- * to be passed portably across platforms.
+ * to be passed portable across platforms.
*/
ACE_INT32 length_;