From 1abe65d928440b3b23d25746b966dd4169c358b9 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 26 Dec 2014 20:45:21 +0000 Subject: code/docs: Use Unix rather than UNIX to avoid use of the trademark Use Unix when generically writing about Unix based systems as UNIX is the trademark and should only be used in a particular product's name. --- lib/curl_addrinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/curl_addrinfo.c') diff --git a/lib/curl_addrinfo.c b/lib/curl_addrinfo.c index f28361062..1e359d5c7 100644 --- a/lib/curl_addrinfo.c +++ b/lib/curl_addrinfo.c @@ -482,7 +482,7 @@ Curl_addrinfo *Curl_str2addr(char *address, int port) #ifdef USE_UNIX_SOCKETS /** - * Given a path to a UNIX domain socket, return a newly allocated Curl_addrinfo + * Given a path to a Unix domain socket, return a newly allocated Curl_addrinfo * struct initialized with this path. */ Curl_addrinfo *Curl_unix2addr(const char *path) -- cgit v1.2.3