浏览代码

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.