We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 756871e + 4002426 commit e2b1756Copy full SHA for e2b1756
examples/sleep.c
@@ -71,7 +71,7 @@ static ssize_t module_input(struct file *file, /* The file itself */
71
{
72
int i;
73
74
- /* Put the input into Message, where module_output will later be able
+ /* Put the input into message, where module_output will later be able
75
* to use it.
76
*/
77
for (i = 0; i < MESSAGE_LENGTH - 1 && i < length; i++)
0 commit comments