Преглед изворни кода

kobject: Documentation Spelling Patch

Signed-off-by: David Brigada <brigad@rpi.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
David Brigada пре 17 година
родитељ
комит
acccafe9ca
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Documentation/kobject.txt

+ 1 - 1
Documentation/kobject.txt

@@ -305,7 +305,7 @@ should not be manipulated by any other user.
 
 
 A kset keeps its children in a standard kernel linked list.  Kobjects point
 A kset keeps its children in a standard kernel linked list.  Kobjects point
 back to their containing kset via their kset field. In almost all cases,
 back to their containing kset via their kset field. In almost all cases,
-the kobjects belonging to a ket have that kset (or, strictly, its embedded
+the kobjects belonging to a kset have that kset (or, strictly, its embedded
 kobject) in their parent.
 kobject) in their parent.
 
 
 As a kset contains a kobject within it, it should always be dynamically
 As a kset contains a kobject within it, it should always be dynamically