summaryrefslogtreecommitdiff
path: root/sal/osl/unx/socket.c
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
commit435f5e30c968ffd5761873f8b3f756949545ce72 (patch)
treeb7f1623723f23d141d7b6b0cada5d28523d53fdf /sal/osl/unx/socket.c
parent60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff)
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'sal/osl/unx/socket.c')
-rw-r--r--sal/osl/unx/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/socket.c b/sal/osl/unx/socket.c
index 3ed3dc86f212..d2e928dec7af 100644
--- a/sal/osl/unx/socket.c
+++ b/sal/osl/unx/socket.c
@@ -762,7 +762,7 @@ oslSocketResult SAL_CALL osl_getAddrOfSocketAddr( oslSocketAddr pAddr, sal_Seque
/** try to figure out a full-qualified hostname, by adding the current domain
as given by the domainname program to the given hostname.
- This function MUST NOT call gethostbyname since pHostName allready points
+ This function MUST NOT call gethostbyname since pHostName already points
to data returned by gethostname and would be garbled: use gethostname_r
instead!
*/