mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-04 12:26:19 -04:00
Update subprocess.hpp
fixed typo in comment
This commit is contained in:
parent
a5cc965f72
commit
abc7e31460
@ -382,7 +382,7 @@ namespace util
|
||||
* Writes `length` bytes to the file descriptor `fd`
|
||||
* from the buffer `buf`.
|
||||
* Parameters:
|
||||
* [in] fd : The file descriptotr to write to.
|
||||
* [in] fd : The file descriptor to write to.
|
||||
* [in] buf: Buffer from which data needs to be written to fd.
|
||||
* [in] length: The number of bytes that needs to be written from
|
||||
* `buf` to `fd`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user