tools/counter: Fix spelling mistake "componend" -> "component"
authorColin Ian King <colin.i.king@gmail.com>
Tue, 19 Dec 2023 13:30:15 +0000 (13:30 +0000)
committerWilliam Breathitt Gray <william.gray@linaro.org>
Wed, 20 Dec 2023 16:38:30 +0000 (11:38 -0500)
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>
tools/counter/counter_watch_events.c

index 3898fe7e35ece355785ebdf157b52aea9f925b97..37d1b4b3e63df242205b5662a77f628470de74e5 100644 (file)
@@ -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"