소스 검색

October 29,2024 mutiple -> multipe

xuxinyi 1 년 전
부모
커밋
93b04385e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Diary[October 29,2024].md

+ 1 - 1
Diary[October 29,2024].md

@@ -6,7 +6,7 @@ For stings, I used the of_find_property() function. There are two functions to o
 
 The first one is of_property_read_u32_index(). This function is used to obtain the value of a specified element, and there is only one element.
 
-However, I used a for loop to obtain mutiple elements. 
+However, I used a for loop to obtain multiple elements. 
 
 The second one is of_property_read_u32_array(). This function can automatically obtain all the elements in the array.