diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:25:17 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-14 22:49:49 +0200 |
commit | 093f7b4a5a611abaac7fa507d34ed4856d329899 (patch) | |
tree | 68042577f2e1b1f6ce7d4a9a9d222e759e8ef96b /include | |
parent | 9896425ff4db1f368ee5dbaa88d23cbd05f3edce (diff) |
Fix typo
Change-Id: Icbd1d5f76611734e66481f18ec0239d159fea5d6
Reviewed-on: https://gerrit.libreoffice.org/75592
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/socket.h b/include/osl/socket.h index a7eda5e9c69f..2357e8c53c01 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -47,7 +47,7 @@ typedef enum { } oslAddrFamily; /** - represent a specific protocol within a address-family + represent a specific protocol within an address-family */ typedef enum { osl_Socket_ProtocolIp, /*!< for all af_inet */ @@ -834,7 +834,7 @@ SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_setAddrOfSocketAddr( /** Returns the addr field in the struct sockaddr. @param[in] Addr The socket address from which to extract the ipaddress. @param[out] ppByteSeq After the call, *ppByteSeq contains the ipaddress - in network byteorder. *ppByteSeq may be 0 in case of an invalid socket handle. + in network byte order. *ppByteSeq may be 0 in case of an invalid socket handle. @retval osl_Socket_Ok @retval osl_Socket_Error */ |