From: Alan Cox Date: Wed, 21 Oct 2015 20:54:01 +0000 (+0100) Subject: gethostname: Fix typo X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5154815355b320edc65122ad8d532eba884db768;p=FUZIX.git gethostname: Fix typo --- diff --git a/Library/libs/gethostname.c b/Library/libs/gethostname.c index 960c473a..f8a19196 100644 --- a/Library/libs/gethostname.c +++ b/Library/libs/gethostname.c @@ -4,7 +4,7 @@ #include /* - * Emualte Berkley hostname calls + * Emulate Berkley hostname calls */ static int openhostname(int flags, mode_t mode)