diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2023-12-19 14:30:15 +0100 |
---|---|---|
committer | William Breathitt Gray <william.gray@linaro.org> | 2023-12-20 17:38:30 +0100 |
commit | 0647537df442e0ec818fc0bca347f13c11268202 (patch) | |
tree | da9dc50b2bebaaa56926f0f2b3d83bbf5b3f62cc | |
parent | MAINTAINERS: add myself as counter watch events tool maintainer (diff) | |
download | linux-0647537df442e0ec818fc0bca347f13c11268202.tar.xz linux-0647537df442e0ec818fc0bca347f13c11268202.zip |
tools/counter: Fix spelling mistake "componend" -> "component"
There are two spelling mistakes in the help text. Fix them.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
Link: https://lore.kernel.org/r/20231219133015.365943-1-colin.i.king@gmail.com
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
-rw-r--r-- | tools/counter/counter_watch_events.c | 4 |
1 files 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" |