Skip to content

Commit e2b1756

Browse files
authored
Merge pull request #275 from ChinYikMing/fix/typo
Fix typo
2 parents 756871e + 4002426 commit e2b1756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sleep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static ssize_t module_input(struct file *file, /* The file itself */
7171
{
7272
int i;
7373

74-
/* Put the input into Message, where module_output will later be able
74+
/* Put the input into message, where module_output will later be able
7575
* to use it.
7676
*/
7777
for (i = 0; i < MESSAGE_LENGTH - 1 && i < length; i++)

0 commit comments

Comments
 (0)