diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 03de40fde9..808152c91a 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).