Преглед на файлове

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.