From 62fcedd0c81e56d243e6689891b6a83de470a2d4 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 16 Apr 2021 12:30:39 +0200 Subject: Fixed typo in comment * ACE/ace/Log_Record.h: --- ACE/ace/Log_Record.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ACE/ace/Log_Record.h') 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_; -- cgit v1.2.1