diff options
author | Su Yanjun <[email protected]> | 2019-08-16 16:43:21 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-08-19 11:50:24 +0200 |
commit | 77d760328ee015cf89460c52bfd5a6b0a09b7472 (patch) | |
tree | daefa8946d9086a747cc4d8a2674e5bdea2dd448 | |
parent | d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1 (diff) |
perf/x86: Fix typo in comment
No functional change.
Signed-off-by: Su Yanjun <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | arch/x86/events/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c index 81b005e4c7d9..325959d19d9a 100644 --- a/arch/x86/events/core.c +++ b/arch/x86/events/core.c @@ -1236,7 +1236,7 @@ void x86_pmu_enable_event(struct perf_event *event) * Add a single event to the PMU. * * The event is added to the group of enabled events - * but only if it can be scehduled with existing events. + * but only if it can be scheduled with existing events. */ static int x86_pmu_add(struct perf_event *event, int flags) { |