Fix minor typo in a document

This commit is contained in:
Gregory Nutt 2017-10-12 16:41:36 -06:00
parent 24feeb7b8c
commit e013eb68de
1 changed files with 1 additions and 1 deletions

View File

@ -3823,7 +3823,7 @@ void sched_timer_expiration(void);
<li>
<p>
<b><code>psock_recvfrom()</code></b>:
<code>file_read()</code> is functionally equivalent to the standard application interface <code>recvfrom()</code>. However, <code>psock_recvfrom()</code> 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 <code>include/nuttx/net/net.h</code> for other internal OS interfaces for sockets).
<code>psock_recvfrom()</code> is functionally equivalent to the standard application interface <code>recvfrom()</code>. However, <code>psock_recvfrom()</code> 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 <code>include/nuttx/net/net.h</code> for other internal OS interfaces for sockets).
</p>
</li>
</ul>