Browse Source

Merge pull request #275 from ChinYikMing/fix/typo

Fix typo
Jim Huang 6 months ago
parent
commit
e2b1756efc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/sleep.c

+ 1 - 1
examples/sleep.c

@@ -71,7 +71,7 @@ static ssize_t module_input(struct file *file, /* The file itself */
 {
 {
     int i;
     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.
      * to use it.
      */
      */
     for (i = 0; i < MESSAGE_LENGTH - 1 && i < length; i++)
     for (i = 0; i < MESSAGE_LENGTH - 1 && i < length; i++)