소스 검색

Fix typo

The "Message" should be in lower case, so that it matches the variable
which declared as "message".
ChinYikMing 6 달 전
부모
커밋
4002426f7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 
-    /* 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++)