diff --git a/examples/sleep.c b/examples/sleep.c index 520a3e0..e38b1da 100644 --- a/examples/sleep.c +++ b/examples/sleep.c @@ -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++)