From 8d2a8fc03ff2efae7667f5f44f156b35d5be22f6 Mon Sep 17 00:00:00 2001
From: Gregory Nutt <gnutt@nuttx.org>
Date: Wed, 2 Jul 2014 17:23:25 -0600
Subject: [PATCH] NET: Misc naming clean-up

---
 include/netutils/netlib.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/netutils/netlib.h b/include/netutils/netlib.h
index 036f2ac94..fbff2af1e 100644
--- a/include/netutils/netlib.h
+++ b/include/netutils/netlib.h
@@ -6,9 +6,7 @@
  *   Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
  *
- * Some of these APIs derive from uIP but all of them use the uip_ prefix
- * to identify them as members of this library.  uIP also has a BSD style
- * license:
+ * Some of these APIs derive from uIP.  uIP also has a BSD style license:
  *
  *   Author: Adam Dunkels <adam@sics.se>
  *   Copyright (c) 2002, Adam Dunkels.