Linux IIO development
 help / color / mirror / Atom feed
* [PATCH][next] tools/counter: Fix spelling mistake "componend" -> "component"
@ 2023-12-19 13:30 Colin Ian King
  2023-12-20 15:52 ` Fabrice Gasnier
  2023-12-20 16:41 ` William Breathitt Gray
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2023-12-19 13:30 UTC (permalink / raw)
  To: Fabrice Gasnier, William Breathitt Gray, linux-iio
  Cc: kernel-janitors, linux-kernel

There are two spelling mistakes in the help text. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/counter/counter_watch_events.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/counter/counter_watch_events.c b/tools/counter/counter_watch_events.c
index 3898fe7e35ec..37d1b4b3e63d 100644
--- a/tools/counter/counter_watch_events.c
+++ b/tools/counter/counter_watch_events.c
@@ -120,8 +120,8 @@ static void print_usage(void)
 		"  evt_capture                (COUNTER_EVENT_CAPTURE)\n"
 		"\n"
 		"  chan=<n>                   channel <n> for this watch [default: 0]\n"
-		"  id=<n>                     componend id <n> for this watch [default: 0]\n"
-		"  parent=<n>                 componend parent <n> for this watch [default: 0]\n"
+		"  id=<n>                     component id <n> for this watch [default: 0]\n"
+		"  parent=<n>                 component parent <n> for this watch [default: 0]\n"
 		"\n"
 		"Example with two watched events:\n\n"
 		"counter_watch_events -d \\\n"
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-20 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-19 13:30 [PATCH][next] tools/counter: Fix spelling mistake "componend" -> "component" Colin Ian King
2023-12-20 15:52 ` Fabrice Gasnier
2023-12-20 16:41 ` William Breathitt Gray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox