gethostname: Fix typo
authorAlan Cox <alan@etchedpixels.co.uk>
Wed, 21 Oct 2015 20:54:01 +0000 (21:54 +0100)
committerAlan Cox <alan@etchedpixels.co.uk>
Wed, 21 Oct 2015 20:54:01 +0000 (21:54 +0100)
Library/libs/gethostname.c

index 960c473..f8a1919 100644 (file)
@@ -4,7 +4,7 @@
 #include <unistd.h>
 
 /*
- *     Emualte Berkley hostname calls
+ *     Emulate Berkley hostname calls
  */
 
 static int openhostname(int flags, mode_t mode)