[PATCH] kobject: fix Kconfig.debug "its" grammar

Randy Dunlap posted 1 patch 3 years, 9 months ago
lib/Kconfig.debug |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] kobject: fix Kconfig.debug "its" grammar
Posted by Randy Dunlap 3 years, 9 months ago
Use the possessive "its" instead of the contraction "it's"
where appropriate.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 lib/Kconfig.debug |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1568,7 +1568,7 @@ config DEBUG_KOBJECT_RELEASE
 	help
 	  kobjects are reference counted objects.  This means that their
 	  last reference count put is not predictable, and the kobject can
-	  live on past the point at which a driver decides to drop it's
+	  live on past the point at which a driver decides to drop its
 	  initial reference to the kobject gained on allocation.  An
 	  example of this would be a struct device which has just been
 	  unregistered.