From e013eb68de8da977dbf848816ee302a7a781a4a5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 12 Oct 2017 16:41:36 -0600 Subject: [PATCH] Fix minor typo in a document --- Documentation/NuttxPortingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 03de40fde97..808152c91aa 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3823,7 +3823,7 @@ void sched_timer_expiration(void);
  • psock_recvfrom(): - file_read() is functionally equivalent to the standard application interface recvfrom(). However, psock_recvfrom() will not modify the errno value, will not cause a cancellation point, and uses a special internal data structure in place of the socket descriptor (see include/nuttx/net/net.h for other internal OS interfaces for sockets). + psock_recvfrom() is functionally equivalent to the standard application interface recvfrom(). However, psock_recvfrom() will not modify the errno value, will not cause a cancellation point, and uses a special internal data structure in place of the socket descriptor (see include/nuttx/net/net.h for other internal OS interfaces for sockets).