diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-10 19:59:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-10 20:22:50 +0300 |
commit | 6835d9f3074c1030be6632bdaff6c8398c696429 (patch) | |
tree | 90bdc179c3522a71f87fef348d9aaced458b611d /include/osl | |
parent | a8877197072523ec60fadb138f9790aa2bf66cd2 (diff) |
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'include/osl')
-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 23161c303bd3..e84513b632df 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -342,7 +342,7 @@ SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_createHostAddr( /** Create an oslHostAddr by resolving the given strHostname. Successful name resolution should result in the fully qualified - domain name (FQDN) and it's address as hostname and socket address + domain name (FQDN) and its address as hostname and socket address members of the resulting oslHostAddr. @param[in] strHostname The hostname to be resolved. @return The resulting address or 0 upon failure. @@ -352,7 +352,7 @@ SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_createHostAddrByName(rtl_uString *strHost /** Create an oslHostAddr by reverse resolution of the given Addr. Successful name resolution should result in the fully qualified - domain name (FQDN) and it's address as hostname and socket address + domain name (FQDN) and its address as hostname and socket address members of the resulting oslHostAddr. @param[in] Addr The socket address to be reverse resolved. @return The resulting address or 0 upon failure. |