Commit 5eedc2ae authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 10f105d2
...@@ -487,8 +487,8 @@ error: ...@@ -487,8 +487,8 @@ error:
#undef net_Gets #undef net_Gets
/** /**
* Reads a line from a file descriptor. * Reads a line from a file descriptor.
* This function is not thread-safe; the same file descriptor cI/O annot be read * This function is not thread-safe; the same file descriptor I/O cannot be
* by another thread at the same time (although it can be written to). * read by another thread at the same time (although it can be written to).
* *
* @return nul-terminated heap-allocated string, or NULL on I/O error. * @return nul-terminated heap-allocated string, or NULL on I/O error.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment