Commit 0647537d authored by Colin Ian King's avatar Colin Ian King Committed by William Breathitt Gray
Browse files

tools/counter: Fix spelling mistake "componend" -> "component"

parent 8e21e469
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"