Merge abc7e31460f9f4029a6ae7f3042c1556d101ce62 into 2ef9f168d34d5f0573dd486629e8cf0218b189a9

This commit is contained in:
CrashOverride 2022-06-01 06:18:22 +09:00 committed by GitHub
commit 6ceefa9f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,7 +498,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`.