Merge pull request #275 from ChinYikMing/fix/typo
Some checks failed
build-deploy-assets / build (push) Has been cancelled
deploy-github-page / build (push) Has been cancelled
status-checks / validate (push) Has been cancelled

Fix typo
This commit is contained in:
Jim Huang 2024-10-17 09:00:32 +08:00 committed by GitHub
commit e2b1756efc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ static ssize_t module_input(struct file *file, /* The file itself */
{
int i;
/* Put the input into Message, where module_output will later be able
/* Put the input into message, where module_output will later be able
* to use it.
*/
for (i = 0; i < MESSAGE_LENGTH - 1 && i < length; i++)