Update subprocess.hpp

fixed typo in comment
This commit is contained in:
CrashOverride 2019-10-04 19:16:22 +02:00 committed by GitHub
parent a5cc965f72
commit abc7e31460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.