From 78bb4ae0df5461dcfd5303a02c63fc2fb8fd82d2 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 20 Aug 2020 14:13:07 +0200 Subject: Const and layout changes * ACE/ace/Acceptor.cpp: * ACE/ace/Connector.cpp: * ACE/ace/FILE_IO.h: * ACE/ace/Hashable.h: * ACE/ace/INET_Addr.cpp: * ACE/ace/IOStream_T.h: * ACE/ace/IO_SAP.h: * ACE/ace/IPC_SAP.h: * ACE/ace/If_Then_Else.h: * ACE/ace/Local_Memory_Pool.h: --- ACE/ace/FILE_IO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/ace/FILE_IO.h') diff --git a/ACE/ace/FILE_IO.h b/ACE/ace/FILE_IO.h index bc0bfc71222..371e1bda0cb 100644 --- a/ACE/ace/FILE_IO.h +++ b/ACE/ace/FILE_IO.h @@ -98,7 +98,7 @@ public: ssize_t recv (iovec iov[], int n) const; /** - * Send N char *ptrs and int lengths. Note that the char *'s + * Send @a n char *ptrs and int lengths. Note that the char *'s * precede the ints (basically, an varargs version of writev). The * count N is the *total* number of trailing arguments, *not* a * couple of the number of tuple pairs! -- cgit v1.2.1