linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-next] samples/kobject: Fix spelling mistake "tree" -> "three"
@ 2021-06-26  2:44 Khaled Romdhani
  0 siblings, 0 replies; only message in thread
From: Khaled Romdhani @ 2021-06-26  2:44 UTC (permalink / raw)
  Cc: linux-kernel, kernel-janitors, Khaled Romdhani

There is a spelling mistake in the comment block. Fix it.

Signed-off-by: Khaled Romdhani <khaledromdhani216@gmail.com>
---
 samples/kobject/kset-example.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/kobject/kset-example.c b/samples/kobject/kset-example.c
index c8010f126808..48589740346f 100644
--- a/samples/kobject/kset-example.c
+++ b/samples/kobject/kset-example.c
@@ -15,7 +15,7 @@
 /*
  * This module shows how to create a kset in sysfs called
  * /sys/kernel/kset-example
- * Then tree kobjects are created and assigned to this kset, "foo", "baz",
+ * Then three kobjects are created and assigned to this kset, "foo", "baz",
  * and "bar".  In those kobjects, attributes of the same name are also
  * created and if an integer is written to these files, it can be later
  * read out of it.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-26  2:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-26  2:44 [PATCH-next] samples/kobject: Fix spelling mistake "tree" -> "three" Khaled Romdhani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).