[PATCH][next] tools/counter: Fix spelling mistake "componend" -> "component"

From: Colin Ian King
Date: Tue Dec 19 2023 - 08:30:31 EST


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

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
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