From bd694159638893081fb34012174206c405ce40cc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 3 Jul 2015 07:52:57 -0600 Subject: [PATCH] Fix a typo --- libc/unistd/lib_gethostname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/unistd/lib_gethostname.c b/libc/unistd/lib_gethostname.c index afabf4942b2..5c0eaa7f799 100644 --- a/libc/unistd/lib_gethostname.c +++ b/libc/unistd/lib_gethostname.c @@ -45,7 +45,7 @@ #ifdef CONFIG_NET /**************************************************************************** - * Pre-processor Defintiions + * Pre-processor Definitions ****************************************************************************/ #ifndef CONFIG_NET_HOSTNAME