kobject: grammar fix
authorJohn de la Garza <john@jjdev.com>
Sat, 6 Dec 2014 21:38:57 +0000 (16:38 -0500)
committerJonathan Corbet <corbet@lwn.net>
Mon, 8 Dec 2014 14:07:11 +0000 (09:07 -0500)
Signed-off-by: John de la Garza <john@jjdev.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kobject.txt

index f87241dfed8765a98c1eaf6b6d3acbaa56d8f25f..1be59a3a521c87fd6107fcdf64f7c7ac525d1512 100644 (file)
@@ -173,7 +173,7 @@ This should be done only after any attributes or children of the kobject
 have been initialized properly, as userspace will instantly start to look
 for them when this call happens.
 
-When the kobject is removed from the kernel (details on how to do that is
+When the kobject is removed from the kernel (details on how to do that are
 below), the uevent for KOBJ_REMOVE will be automatically created by the
 kobject core, so the caller does not have to worry about doing that by
 hand.