summaryrefslogtreecommitdiff
path: root/nuttx/net/recvfrom.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-08 15:26:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-08 15:26:55 +0000
commita40d3bfbe2690c0aa60fb372646c21da3e7a1512 (patch)
treefdde14d9c9776e5ef91a006974ad86e0429259c7 /nuttx/net/recvfrom.c
parent85a030ffc1b51c9bcf924f80ff92c04d4fc0abcc (diff)
downloadpx4-nuttx-a40d3bfbe2690c0aa60fb372646c21da3e7a1512.tar.gz
px4-nuttx-a40d3bfbe2690c0aa60fb372646c21da3e7a1512.tar.bz2
px4-nuttx-a40d3bfbe2690c0aa60fb372646c21da3e7a1512.zip
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@333 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/recvfrom.c')
-rw-r--r--nuttx/net/recvfrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/recvfrom.c b/nuttx/net/recvfrom.c
index ac1f5f2bb..735f767f1 100644
--- a/nuttx/net/recvfrom.c
+++ b/nuttx/net/recvfrom.c
@@ -152,7 +152,7 @@ void recvfrom_interrupt(void *private)
* EINVAL
* Invalid argument passed.
* ENOMEM
- * Could not allocate memory for recvmsg().
+ * Could not allocate memory.
* ENOTCONN
* The socket is associated with a connection-oriented protocol and has
* not been connected.