summaryrefslogtreecommitdiff
path: root/ACE/ace/FILE_IO.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-20 14:13:07 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-20 14:13:07 +0200
commit78bb4ae0df5461dcfd5303a02c63fc2fb8fd82d2 (patch)
tree5bf9f632970ffe16fb968d6068c5cf4f325da655 /ACE/ace/FILE_IO.h
parent3568c72dc8476bc3a521150fff2e8bb6f193a7d8 (diff)
downloadATCD-78bb4ae0df5461dcfd5303a02c63fc2fb8fd82d2.tar.gz
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:
Diffstat (limited to 'ACE/ace/FILE_IO.h')
-rw-r--r--ACE/ace/FILE_IO.h2
1 files changed, 1 insertions, 1 deletions
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!