Skip to content

Commit

Permalink
Merge pull request #275 from ChinYikMing/fix/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jserv authored Oct 17, 2024
2 parents 756871e + 4002426 commit e2b1756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down

0 comments on commit e2b1756

Please sign in to comment.