summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_tcpreadahead.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/uip/uip_tcpreadahead.c')
-rw-r--r--nuttx/net/uip/uip_tcpreadahead.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/uip/uip_tcpreadahead.c b/nuttx/net/uip/uip_tcpreadahead.c
index a304925a8..dadb809cc 100644
--- a/nuttx/net/uip/uip_tcpreadahead.c
+++ b/nuttx/net/uip/uip_tcpreadahead.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/uip/uip_tcpreadahead.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -96,7 +96,7 @@ void uip_tcpreadaheadinit(void)
* Allocate a TCP read-ahead buffer by taking a pre-allocated buffer from
* the free list. This function is called from TCP logic when new,
* incoming TCP data is received but there is no user logic recving the
- * the data. Note: malloc() cannot be used because this function is
+ * the data. Note: kmalloc() cannot be used because this function is
* called from interrupt level.
*
* Assumptions: